File tree Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change 2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
3
rev : v4.6.0
4
4
hooks :
5
+ - id : check-added-large-files
5
6
- id : check-case-conflict
6
7
- id : check-merge-conflict
7
8
- id : check-toml
8
9
- id : check-yaml
9
10
- id : debug-statements
10
11
- id : end-of-file-fixer
12
+ - id : forbid-submodules
11
13
- id : trailing-whitespace
12
14
15
+ - repo : https://github.com/python-jsonschema/check-jsonschema
16
+ rev : 0.29.2
17
+ hooks :
18
+ - id : check-dependabot
19
+ - id : check-github-workflows
20
+
21
+ - repo : https://github.com/rhysd/actionlint
22
+ rev : v1.7.2
23
+ hooks :
24
+ - id : actionlint
25
+
13
26
- repo : https://github.com/tox-dev/pyproject-fmt
14
- rev : 2.1.3
27
+ rev : 2.2.4
15
28
hooks :
16
29
- id : pyproject-fmt
17
30
18
31
- repo : https://github.com/abravalheri/validate-pyproject
19
- rev : v0.18
32
+ rev : v0.20.2
20
33
hooks :
21
34
- id : validate-pyproject
22
35
23
36
- repo : https://github.com/tox-dev/tox-ini-fmt
24
- rev : 1.3 .1
37
+ rev : 1.4 .1
25
38
hooks :
26
39
- id : tox-ini-fmt
27
40
You can’t perform that action at this time.
0 commit comments