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 49d936a commit 01ca5a0Copy full SHA for 01ca5a0
.pre-commit-config.yaml
@@ -15,11 +15,11 @@ repos:
15
- id: codespell
16
additional_dependencies: ["tomli>=2.0.1"]
17
- repo: https://github.com/tox-dev/pyproject-fmt
18
- rev: "2.4.3"
+ rev: "v2.5.0"
19
hooks:
20
- id: pyproject-fmt
21
- repo: https://github.com/astral-sh/ruff-pre-commit
22
- rev: "v0.7.0"
+ rev: "v0.7.3"
23
24
- id: ruff-format
25
args: ["--config", "pyproject.toml"]
0 commit comments