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.
1 parent 18fa917 commit 12ebe68Copy full SHA for 12ebe68
.pre-commit-config.yaml
@@ -26,7 +26,7 @@ repos:
26
args: [--prose-wrap=preserve]
27
28
- repo: https://github.com/astral-sh/ruff-pre-commit
29
- rev: 89c421dff2e1026ba12cdb9ebd731f4a83aa8021 # frozen: v0.8.6
+ rev: 73413df07b4ab0bf103ca1ae73c7cec5c0ace593 # frozen: v0.9.2
30
hooks:
31
- id: ruff
32
args:
@@ -38,6 +38,11 @@ repos:
38
]
39
- id: ruff-format
40
41
+ - repo: https://github.com/woodruffw/zizmor-pre-commit
42
+ rev: 4dcc98ccce605605fd6d5202bf803a8c8bc34e8d # v1.1.1
43
+ hooks:
44
+ - id: zizmor
45
+
46
ci:
47
# This ensures that PR's aren't autofixed by the bot, rather you call
48
# the bot to make the fix
0 commit comments