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.
2 parents 2486361 + b1749df commit 6e9592bCopy full SHA for 6e9592b
1 file changed
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: v0.8.4
+ rev: v0.8.6
4
hooks:
5
- id: ruff
6
args: [--exit-non-zero-on-fix]
@@ -24,7 +24,7 @@ repos:
24
exclude: (Makefile$|\.bat$|\.cmake$|\.eps$|\.fits$|\.gd$|\.opt$)
25
26
- repo: https://github.com/pre-commit/mirrors-clang-format
27
- rev: v19.1.5
+ rev: v19.1.6
28
29
- id: clang-format
30
types: [c]
@@ -57,7 +57,7 @@ repos:
57
- id: check-renovate
58
59
- repo: https://github.com/woodruffw/zizmor-pre-commit
60
- rev: v0.10.0
+ rev: v1.0.0
61
62
- id: zizmor
63
0 commit comments