8000
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 da5feae commit bfa7f43Copy full SHA for bfa7f43
.pre-commit-config.yaml
@@ -10,12 +10,12 @@ repos:
10
- id: check-github-workflows
11
args: ["--verbose"]
12
- repo: https://github.com/codespell-project/codespell
13
- rev: v2.3.0
+ rev: v2.4.0
14
hooks:
15
- id: codespell
16
additional_dependencies: ["tomli>=2.2.1"]
17
- repo: https://github.com/tox-dev/tox-ini-fmt
18
- rev: "1.4.1"
+ rev: "1.5.0"
19
20
- id: tox-ini-fmt
21
args: ["-p", "fix"]
@@ -24,7 +24,7 @@ repos:
24
25
- id: pyproject-fmt
26
- repo: https://github.com/astral-sh/ruff-pre-commit
27
- rev: "v0.9.2"
+ rev: "v0.9.3"
28
29
- id: ruff-format
30
- id: ruff
0 commit comments