Skip to content

Commit affb5c2

Browse files
committed
fix: .1
1 parent edbb7b9 commit affb5c2

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
hooks:
2525
- id: biome-format
2626
- repo: https://github.com/tox-dev/pyproject-fmt
27-
rev: v2.12.0
27+
rev: v2.12.1
2828
hooks:
2929
- id: pyproject-fmt
3030
- repo: https://github.com/pre-commit/pre-commit-hooks

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,6 @@ lint.pylint.max-positional-args = 5
231231

232232
[tool.pyproject-fmt]
233233
indent = 4
234-
table_format = "short"
235-
collapse_tables = []
236234
expand_tables = [
237235
"project.optional-dependencies",
238236
"tool.ruff.lint.flake8-tidy-imports.banned-api",

0 commit comments

Comments
 (0)