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 @@ -2,26 +2,26 @@ default_language_version:
2
2
python : python3
3
3
repos :
4
4
- repo : https://github.com/pre-commit/pre-commit-hooks
5
- rev : v4.4 .0
5
+ rev : v4.6 .0
6
6
hooks :
7
7
- id : check-yaml
8
8
- id : end-of-file-fixer
9
9
- id : trailing-whitespace
10
- - repo : https://github.com/ambv /black
11
- rev : 23.3.0
10
+ - repo : https://github.com/psf /black
11
+ rev : 24.4.2
12
12
hooks :
13
13
- id : black
14
14
- repo : https://github.com/pycqa/flake8
15
- rev : 6 .0.0
15
+ rev : 7 .0.0
16
16
hooks :
17
17
- id : flake8
18
18
- repo : https://github.com/pycqa/isort
19
- rev : 5.12.0
19
+ rev : 5.13.2
20
20
hooks :
21
21
- id : isort
22
22
args : ["--profile", "black"]
23
23
- repo : https://github.com/kynan/nbstripout
24
- rev : 0.6 .1
24
+ rev : 0.7 .1
25
25
hooks :
26
26
- id : nbstripout
27
27
- repo : local
You can’t perform that action at this time.
0 commit comments