File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : ' v4.1 .0'
3
+ rev : ' v5.0 .0'
4
4
hooks :
5
5
- id : check-merge-conflict
6
6
exclude : " rst$"
7
7
- repo : https://github.com/asottile/yesqa
8
- rev : v1.3 .0
8
+ rev : v1.5 .0
9
9
hooks :
10
10
- id : yesqa
11
11
- repo : https://github.com/PyCQA/isort
12
- rev : ' 5.10.1 '
12
+ rev : ' 5.13.2 '
13
13
hooks :
14
14
- id : isort
15
15
- repo : https://github.com/psf/black
16
- rev : ' 21.12b0 '
16
+ rev : ' 24.10.0 '
17
17
hooks :
18
18
- id : black
19
19
language_version : python3 # Should be a command that runs python3.6+
20
20
- repo : https://github.com/pre-commit/pre-commit-hooks
21
- rev : ' v4.1 .0'
21
+ rev : ' v5.0 .0'
22
22
hooks :
23
23
- id : check-case-conflict
24
24
- id : check-json
@@ -31,17 +31,17 @@ repos:
31
31
- id : check-symlinks
32
32
- id : debug-statements
33
33
- repo : https://github.com/asottile/pyupgrade
34
- rev : ' v2.31 .0'
34
+ rev : ' v3.19 .0'
35
35
hooks :
36
36
- id : pyupgrade
37
37
args : ['--py36-plus']
38
38
- repo : https://github.com/PyCQA/flake8
39
- rev : ' 4.0 .1'
39
+ rev : ' 7.1 .1'
40
40
hooks :
41
41
- id : flake8
42
42
exclude : " ^docs/"
43
43
- repo : https://github.com/rhysd/actionlint
44
- rev : v1.6.8
44
+ rev : v1.7.3
45
45
hooks :
46
46
- id : actionlint-docker
47
47
args :
52
52
- -ignore
53
53
- ' SC1004:'
54
54
- repo : https://github.com/sirosen/check-jsonschema
55
- rev : 0.10.0
55
+ rev : 0.29.4
56
56
hooks :
57
57
- id : check-github-actions
58
58
ci :
You can’t perform that action at this time.
0 commit comments