File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
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.6 .0'
3
+ rev : ' v5.0 .0'
4
4
hooks :
5
5
- id : check-merge-conflict
6
6
exclude : " rst$"
@@ -13,12 +13,12 @@ repos:
13
13
hooks :
14
14
- id : isort
15
15
- repo : https://github.com/psf/black
16
- rev : ' 24.8 .0'
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.6 .0'
21
+ rev : ' v5.0 .0'
22
22
hooks :
23
23
- id : check-case-conflict
24
24
- id : check-json
31
31
- id : check-symlinks
32
32
- id : debug-statements
33
33
- repo : https://github.com/asottile/pyupgrade
34
- rev : ' v3.17 .0'
34
+ rev : ' v3.19 .0'
35
35
hooks :
36
36
- id : pyupgrade
37
37
args : ['--py36-plus']
41
41
- id : flake8
42
42
exclude : " ^docs/"
43
43
- repo : https://github.com/rhysd/actionlint
44
- rev : v1.7.1
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.29.2
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