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 1e54f11 commit 0b07b03Copy full SHA for 0b07b03
.pre-commit-config.yaml
@@ -65,6 +65,12 @@ repos:
65
# https://prettier.io/docs/en/options.html#parser
66
files: .json5$
67
68
+# Github Action statis analysis tool
69
+- repo: https://github.com/woodruffw/zizmor-pre-commit
70
+ rev: v1.3.1
71
+ hooks:
72
+ - id: zizmor
73
+
74
- repo: https://github.com/pre-commit/mirrors-mypy.git
75
rev: v1.15.0
76
hooks:
0 commit comments