We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00980d3 commit 4d89580Copy full SHA for 4d89580
.pre-commit-config.yaml
@@ -17,6 +17,7 @@ repos:
17
- repo: https://github.com/pre-commit/pre-commit-hooks
18
rev: v5.0.0
19
hooks:
20
+ - id: check-added-large-files
21
- id: check-ast
22
- id: check-case-conflict
23
- id: check-executables-have-shebangs
@@ -71,3 +72,11 @@ repos:
71
72
rev: v1.7.7
73
74
- id: actionlint
75
+ - repo: https://github.com/python-jsonschema/check-jsonschema
76
+ rev: 0.30.0
77
+ hooks:
78
+ - id: check-github-workflows
79
+ - repo: https://github.com/zizmorcore/zizmor-pre-commit
80
+ rev: v1.16.0
81
82
+ - id: zizmor
0 commit comments