We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 00e27dd + 1d0f2d5 commit 99eb64eCopy full SHA for 99eb64e
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
14
- id: check-toml
15
16
- repo: https://github.com/zizmorcore/zizmor-pre-commit
17
- rev: v1.14.2
+ rev: v1.19.0
18
hooks:
19
- id: zizmor
20
@@ -26,7 +26,7 @@ repos:
26
- tomli
27
28
- repo: https://github.com/astral-sh/uv-pre-commit
29
- rev: 0.8.24
+ rev: 0.9.21
30
31
- id: uv-lock
32
@@ -37,14 +37,14 @@ repos:
37
files: README.md
38
39
- repo: https://github.com/astral-sh/ruff-pre-commit
40
- rev: v0.13.3
+ rev: v0.14.10
41
42
- id: ruff-format
43
- id: ruff-check
44
args: [--fix, --show-fixes]
45
46
- repo: https://github.com/MarcoGorelli/cython-lint
47
- rev: v0.17.0
+ rev: v0.18.1
48
49
- id: cython-lint
50
0 commit comments