We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4749d63 commit c1d0a7eCopy full SHA for c1d0a7e
1 file changed
.pre-commit-config.yaml
@@ -26,15 +26,12 @@ repos:
26
- id: check-docstring-first
27
28
- repo: https://github.com/astral-sh/ruff-pre-commit
29
- rev: v0.8.0
+ rev: v0.8.4
30
hooks:
31
- id: ruff
32
- id: ruff-format
33
34
- repo: https://github.com/woodruffw/zizmor-pre-commit
35
+ rev: v0.10.0
36
37
- id: zizmor
38
- # types and files can be removed with https://github.com/woodruffw/zizmor-pre-commit/pull/2
39
- types: [yaml]
40
- files: \.github/workflows/.*$
0 commit comments