We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4cc8dd9 + 7c54a28 commit 03274b6Copy full SHA for 03274b6
1 file changed
.pre-commit-config.yaml
@@ -17,12 +17,12 @@ repos:
17
- id: fix-byte-order-marker
18
- id: detect-private-key
19
- repo: https://github.com/astral-sh/ruff-pre-commit
20
- rev: v0.15.14
+ rev: v0.15.20
21
hooks:
22
- id: ruff-check
23
args: [--fix, --exit-non-zero-on-fix]
24
- id: ruff-format
25
- repo: https://github.com/zizmorcore/zizmor-pre-commit
26
- rev: v1.25.2
+ rev: v1.26.1
27
28
- id: zizmor
0 commit comments