We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 724672f + cc06f74 commit 0dea9d1Copy full SHA for 0dea9d1
.pre-commit-config.yaml
@@ -20,7 +20,7 @@ repos:
20
- id: sort-simple-yaml
21
files: .pre-commit-config.yaml
22
- repo: https://github.com/astral-sh/ruff-pre-commit
23
- rev: v0.15.4
+ rev: v0.15.8
24
hooks:
25
- id: ruff-format
26
- id: ruff-check
@@ -32,7 +32,7 @@ repos:
32
33
- id: badgie
34
- repo: https://github.com/codespell-project/codespell
35
- rev: v2.4.1
+ rev: v2.4.2
36
37
- id: codespell
38
additional_dependencies:
@@ -42,7 +42,7 @@ repos:
42
43
- id: typos
44
- repo: https://github.com/woodruffw/zizmor-pre-commit
45
- rev: v1.22.0
+ rev: v1.23.1
46
47
- id: zizmor
48
args: ["--no-progress", "--fix"]
0 commit comments