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 0fee0b5 commit 6da3561Copy full SHA for 6da3561
1 file changed
.pre-commit-config.yaml
@@ -10,7 +10,7 @@ repos:
10
- id: check-github-workflows
11
args: [ "--verbose" ]
12
- repo: https://github.com/codespell-project/codespell
13
- rev: v2.2.6
+ rev: v2.3.0
14
hooks:
15
- id: codespell
16
additional_dependencies: ["tomli>=2.0.1"]
@@ -20,12 +20,12 @@ repos:
20
- id: tox-ini-fmt
21
args: ["-p", "fix"]
22
- repo: https://github.com/tox-dev/pyproject-fmt
23
- rev: "2.1.2"
+ rev: "2.1.3"
24
25
- id: pyproject-fmt
26
additional_dependencies: ["tox>=4.13"]
27
- repo: https://github.com/astral-sh/ruff-pre-commit
28
- rev: "v0.4.4"
+ rev: "v0.4.7"
29
30
- id: ruff-format
31
- id: ruff
0 commit comments