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 a6a5c45 commit 192cef7Copy full SHA for 192cef7
.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
args: ["--write-changes"]
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