File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
repos :
3
3
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v4.3 .0
5
+ rev : v4.4 .0
6
6
hooks :
7
7
- id : check-json
8
8
- id : check-yaml
9
9
- id : end-of-file-fixer
10
10
- id : trailing-whitespace
11
11
12
12
- repo : https://github.com/jumanjihouse/pre-commit-hook-yamlfmt
13
- rev : 0.2.2
13
+ rev : 0.2.3
14
14
hooks :
15
15
- id : yamlfmt
16
16
17
17
- repo : https://github.com/psf/black
18
- rev : 22.6 .0
18
+ rev : 23.7 .0
19
19
hooks :
20
20
- id : black
21
21
language_version : python3 # Should be a command that runs python3.6+
22
22
23
23
- repo : https://github.com/PyCQA/flake8
24
- rev : 4.0.1
24
+ rev : 6.1.0
25
25
hooks :
26
26
- id : flake8
27
27
args : [--count, --show-source, --statistics]
@@ -35,12 +35,12 @@ repos:
35
35
args : [--profile, black, --filter-files]
36
36
37
37
- repo : https://github.com/asottile/setup-cfg-fmt
38
- rev : v1.20.1
38
+ rev : v2.4.0
39
39
hooks :
40
40
- id : setup-cfg-fmt
41
41
42
42
- repo : https://github.com/sirosen/check-jsonschema
43
- rev : 0.17.0
43
+ rev : 0.26.3
44
44
hooks :
45
45
- id : check-github-workflows
46
46
You can’t perform that action at this time.
0 commit comments