File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ exclude: '^docs/conf.py'
2
2
3
3
repos :
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v4.5 .0
5
+ rev : v4.6 .0
6
6
hooks :
7
7
- id : check-added-large-files
8
8
args : ['--maxkb=2048']
@@ -23,25 +23,25 @@ repos:
23
23
args : ['--fix=no']
24
24
25
25
- repo : https://github.com/PyCQA/flake8
26
- rev : ' 6.1 .0'
26
+ rev : ' 7.0 .0'
27
27
hooks :
28
28
- id : flake8
29
29
additional_dependencies :
30
30
- flake8-docstrings==1.6.0
31
31
32
32
- repo : https://github.com/PyCQA/isort
33
- rev : 5.12.0
33
+ rev : 5.13.2
34
34
hooks :
35
35
- id : isort
36
36
37
37
- repo : https://github.com/psf/black
38
- rev : 23.10.1
38
+ rev : 24.4.2
39
39
hooks :
40
40
- id : black
41
41
args : [--safe]
42
42
43
43
- repo : https://github.com/kynan/nbstripout
44
- rev : 0.6 .1
44
+ rev : 0.7 .1
45
45
hooks :
46
46
- id : nbstripout
47
47
You can’t perform that action at this time.
0 commit comments