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 3
3
4
4
repos :
5
5
- repo : https://github.com/pre-commit/pre-commit-hooks
6
- rev : v4.6 .0
6
+ rev : v5.0 .0
7
7
hooks :
8
8
- id : trailing-whitespace
9
9
- id : end-of-file-fixer
14
14
- id : double-quote-string-fixer
15
15
16
16
- repo : https://github.com/psf/black
17
- rev : 24.4.2
17
+ rev : 25.1.0
18
18
hooks :
19
19
- id : black
20
20
- id : black-jupyter
@@ -25,12 +25,12 @@ repos:
25
25
- id : blackdoc
26
26
27
27
- repo : https://github.com/PyCQA/flake8
28
- rev : 7.0.0
28
+ rev : 7.1.1
29
29
hooks :
30
30
- id : flake8
31
31
32
32
- repo : https://github.com/PyCQA/isort
33
- rev : 5.13.2
33
+ rev : 6.0.0
34
34
hooks :
35
35
- id : isort
36
36
40
40
- id : prettier
41
41
42
42
- repo : https://github.com/kynan/nbstripout
43
- rev : 0.7 .1
43
+ rev : 0.8 .1
44
44
hooks :
45
45
- id : nbstripout
46
46
args : [--extra-keys=metadata.kernelspec metadata.language_info.version]
You can’t perform that action at this time.
0 commit comments