8000 Update .pre-commit-config.yaml · frazesen/python-docs-theme@9ceb80f · GitHub
[go: up one dir, main page]

Skip to content

Commit 9ceb80f

Browse files
committed
Update .pre-commit-config.yaml
inkk
1 parent 3e81cef commit 9ceb80f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.pre-commit-config.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,30 @@ repos:
2020
- id: debug-statements
2121
- id: end-of-file-fixer
2222
- 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+
- id: check-dependabot
30+
- id: check-github-workflows
31+
32+
33+
34+
35+
36+
2337

2438
- repo: https://github.com/python-jsonschema/check-jsonschema
2539
rev: 0.29.2
2640
hooks:
2741
- id: check-dependabot
2842
- id: check-github-workflows
43+
- id: check-dependabot
44+
- id: check-github-workflows
45+
- id: check-dependabot
46+
- id: check-github-workflows
2947

3048
- repo: https://github.com/rhysd/actionlint
3149
rev: v1.7.2

0 commit comments

Comments
 (0)
0