Thanks to visit codestin.com Credit goes to github.com
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
1 file changed
.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