We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cca970 commit 4296d3aCopy full SHA for 4296d3a
1 file changed
{{cookiecutter.project_name}}/.pre-commit-config.yaml
@@ -36,3 +36,8 @@ repos:
36
# Check that there are no merge conflicts (could be generated by template sync)
37
- id: check-merge-conflict
38
args: [--assume-in-merge]
39
+
40
+ - repo: https://github.com/zizmorcore/zizmor-pre-commit
41
+ rev: v1.24.1
42
+ hooks:
43
+ - id: zizmor
0 commit comments