Skip to content

Commit ca26e15

Browse files
committed
Add more linters to pre-commit
1 parent 1c81f9c commit ca26e15

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.pre-commit-config.yaml

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,25 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v4.6.0
44
hooks:
5+
- id: check-added-large-files
56
- id: check-case-conflict
67
- id: check-merge-conflict
78
- id: check-json
89
- id: check-yaml
910
- id: end-of-file-fixer
11+
- id: forbid-submodules
1012
- id: trailing-whitespace
1113

14+
- repo: https://github.com/python-jsonschema/check-jsonschema
15+
rev: 0.28.2
16+
hooks:
17+
- id: check-github-workflows
18+
19+
20+
- repo: meta
21+
hooks:
22+
- id: check-hooks-apply
23+
- id: check-useless-excludes
1224
ci:
1325
autoupdate_schedule: quarterly

0 commit comments

Comments
 (0)