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 1b90d93 commit 2f1bf7cCopy full SHA for 2f1bf7c
.pre-commit-config.yaml
@@ -21,6 +21,17 @@ repos:
21
- id: end-of-file-fixer
22
- id: trailing-whitespace
23
24
+ - repo: https://github.com/python-jsonschema/check-jsonschema
25
+ rev: 0.28.2
26
+ hooks:
27
+ - id: check-dependabot
28
+ - id: check-github-workflows
29
+
30
+ - repo: https://github.com/rhysd/actionlint
31
+ rev: v1.6.27
32
33
+ - id: actionlint
34
35
- repo: https://github.com/tox-dev/pyproject-fmt
36
rev: 1.8.0
37
hooks:
0 commit comments