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.6 .0
5
+ rev : v5.0 .0
6
6
hooks :
7
7
- id : check-added-large-files
8
8
args : ['--maxkb=2048']
23
23
args : ['--fix=no']
24
24
25
25
- repo : https://github.com/PyCQA/flake8
26
- rev : ' 7.1.0 '
26
+ rev : ' 7.1.1 '
27
27
hooks :
28
28
- id : flake8
29
29
additional_dependencies :
@@ -35,18 +35,18 @@ repos:
35
35
- id : isort
36
36
37
37
- repo : https://github.com/psf/black
38
- rev : 24.8 .0
38
+ rev : 24.10 .0
39
39
hooks :
40
40
- id : black
41
41
args : [--safe]
42
42
43
43
- repo : https://github.com/kynan/nbstripout
44
- rev : 0.7.1
44
+ rev : 0.8.0
45
45
hooks :
46
46
- id : nbstripout
47
47
48
48
- repo : https://github.com/adamchainz/blacken-docs
49
- rev : 1.18.0
49
+ rev : 1.19.1
50
50
hooks :
51
51
- id : blacken-docs
52
52
additional_dependencies : [black==24.8.0]
You can’t perform that action at this time.
0 commit comments