File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
hooks :
9
9
- id : yesqa
10
10
- repo : https://github.com/PyCQA/isort
11
- rev : ' 5.13.2 '
11
+ rev : ' 6.0.1 '
12
12
hooks :
13
13
- id : isort
14
14
- repo : https://github.com/psf/black
15
- rev : ' 24.10 .0'
15
+ rev : ' 25.1 .0'
16
16
hooks :
17
17
- id : black
18
18
language_version : python3 # Should be a command that runs python3.6+
@@ -43,18 +43,18 @@ repos:
43
43
- id : detect-private-key
44
44
exclude : ^examples/
45
45
- repo : https://github.com/asottile/pyupgrade
46
- rev : ' v3.19.1 '
46
+ rev : ' v3.20.0 '
47
47
hooks :
48
48
- id : pyupgrade
49
49
args : ['--py36-plus']
50
50
- repo : https://github.com/PyCQA/flake8
51
- rev : ' 7.1.1 '
51
+ rev : ' 7.2.0 '
52
52
hooks :
53
53
- id : flake8
54
54
exclude : " ^docs/"
55
55
56
56
- repo : https://github.com/rstcheck/rstcheck
57
- rev : v6.2.4
57
+ rev : v6.2.5
58
58
hooks :
59
59
- id : rstcheck
60
60
files : >-
You can’t perform that action at this time.
0 commit comments