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 @@ -18,20 +18,20 @@ repos:
18
18
- id : check-added-large-files
19
19
20
20
- repo : https://github.com/psf/black
21
- rev : 24.8 .0
21
+ rev : 25.1 .0
22
22
hooks :
23
23
- id : black
24
24
name : " Black: The uncompromising Python code formatter"
25
25
26
26
- repo : https://github.com/PyCQA/isort
27
- rev : 5.13.2
27
+ rev : 6.0.1
28
28
hooks :
29
29
- id : isort
30
30
name : " Sort Imports"
31
31
args : [ "--profile black" ]
32
32
33
33
- repo : https://github.com/codespell-project/codespell
34
- rev : v2.3.0
34
+ rev : v2.4.1
35
35
hooks :
36
36
- id : codespell
37
37
args :
@@ -41,13 +41,13 @@ repos:
41
41
- " *.bib,*.ipynb"
42
42
43
43
- repo : https://github.com/asottile/pyupgrade
44
- rev : v3.17.0
44
+ rev : v3.19.1
45
45
hooks :
46
46
- id : pyupgrade
47
47
args : [ --py36-plus ]
48
48
49
49
- repo : https://github.com/PyCQA/bandit
50
- rev : 1.7.10
50
+ rev : 1.8.3
51
51
hooks :
52
52
- id : bandit
53
53
language_version : python3
67
67
68
68
69
69
- repo : https://github.com/kynan/nbstripout
70
- rev : 0.7 .1
70
+ rev : 0.8 .1
71
71
hooks :
72
72
- id : nbstripout
73
73
args :
You can’t perform that action at this time.
0 commit comments