8000
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 3e81cef commit 9ceb80fCopy full SHA for 9ceb80f
.pre-commit-config.yaml
@@ -20,12 +20,30 @@ repos:
20
- id: debug-statements
21
- id: end-of-file-fixer
22
- id: trailing-whitespace
23
+ - id: check-dependabot
24
+ - id: check-github-workflows
25
+ id: check-yaml
26
+ - id: debug-statements
27
+ - id: end-of-file-fixer
28
+ - id: trailing-whitespace
29
30
31
+
32
33
34
35
36
37
38
- repo: https://github.com/python-jsonschema/check-jsonschema
39
rev: 0.29.2
40
hooks:
41
- id: check-dependabot
42
- id: check-github-workflows
43
44
45
46
47
48
- repo: https://github.com/rhysd/actionlint
49
rev: v1.7.2
0 commit comments