We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b67bfa commit a3133e6Copy full SHA for a3133e6
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
14
- id: tox-ini-fmt
15
args: ["-p", "fix"]
16
- repo: https://github.com/tox-dev/pyproject-fmt
17
- rev: "0.12.0"
+ rev: "0.12.1"
18
hooks:
19
- id: pyproject-fmt
20
additional_dependencies: ["tox>=4.6"]
@@ -24,7 +24,7 @@ repos:
24
- id: prettier
25
args: ["--print-width=120", "--prose-wrap=always"]
26
- repo: https://github.com/astral-sh/ruff-pre-commit
27
- rev: "v0.0.272"
+ rev: "v0.0.275"
28
29
- id: ruff
30
args: [--fix, --exit-non-zero-on-fix]
0 commit comments