We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c81f9c commit ca26e15Copy full SHA for ca26e15
.pre-commit-config.yaml
@@ -1,13 +1,25 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.4.0
+ rev: v4.6.0
4
hooks:
5
+ - id: check-added-large-files
6
- id: check-case-conflict
7
- id: check-merge-conflict
8
- id: check-json
9
- id: check-yaml
10
- id: end-of-file-fixer
11
+ - id: forbid-submodules
12
- id: trailing-whitespace
13
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
22
+ - id: check-hooks-apply
23
+ - id: check-useless-excludes
24
ci:
25
autoupdate_schedule: quarterly
0 commit comments