We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edbb7b9 commit affb5c2Copy full SHA for affb5c2
2 files changed
.pre-commit-config.yaml
@@ -24,7 +24,7 @@ repos:
24
hooks:
25
- id: biome-format
26
- repo: https://github.com/tox-dev/pyproject-fmt
27
- rev: v2.12.0
+ rev: v2.12.1
28
29
- id: pyproject-fmt
30
- repo: https://github.com/pre-commit/pre-commit-hooks
pyproject.toml
@@ -231,8 +231,6 @@ lint.pylint.max-positional-args = 5
231
232
[tool.pyproject-fmt]
233
indent = 4
234
-table_format = "short"
235
-collapse_tables = []
236
expand_tables = [
237
"project.optional-dependencies",
238
"tool.ruff.lint.flake8-tidy-imports.banned-api",
0 commit comments