We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4764c4d + e6fe272 commit 715c0ceCopy full SHA for 715c0ce
1 file changed
.pre-commit-config.yaml
@@ -23,12 +23,12 @@ repos:
23
- id: check-executables-have-shebangs
24
25
- repo: https://github.com/zizmorcore/zizmor-pre-commit
26
- rev: v1.14.2
+ rev: v1.19.0
27
hooks:
28
- id: zizmor
29
30
- repo: https://github.com/astral-sh/ruff-pre-commit
31
- rev: v0.13.3
+ rev: v0.14.10
32
33
- id: ruff-format
34
- id: ruff-check
@@ -46,7 +46,7 @@ repos:
46
args: [--autofix]
47
48
- repo: https://github.com/MarcoGorelli/cython-lint
49
- rev: v0.17.0
+ rev: v0.18.1
50
51
- id: cython-lint
52
args: [--no-pycodestyle]
0 commit comments