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 01442da commit 3dd6b0dCopy full SHA for 3dd6b0d
.pre-commit-config.yaml
@@ -15,15 +15,15 @@ repos:
15
- id: codespell
16
additional_dependencies: ["tomli>=2.2.1"]
17
- repo: https://github.com/tox-dev/pyproject-fmt
18
- rev: "v2.6.0"
+ rev: "v2.7.0"
19
hooks:
20
- id: pyproject-fmt
21
- repo: https://github.com/abravalheri/validate-pyproject
22
rev: "v0.24.1"
23
24
- id: validate-pyproject
25
- repo: https://github.com/astral-sh/ruff-pre-commit
26
- rev: "v0.13.2"
+ rev: "v0.13.3"
27
28
- id: ruff-check
29
args: ["--fix", "--unsafe-fixes", "--exit-non-zero-on-fix"]
0 commit comments