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 11
11
submodules : false
12
12
repos :
13
13
- repo : https://github.com/pre-commit/pre-commit-hooks
14
- rev : v4.4 .0
14
+ rev : v4.6 .0
15
15
hooks :
16
16
- id : check-yaml
17
17
- id : end-of-file-fixer
18
18
- id : trailing-whitespace
19
19
exclude : ' \.(rst|txt)$'
20
- - repo : https://github.com/ambv /black
21
- rev : 23.3.0
20
+ - repo : https://github.com/psf /black
21
+ rev : 24.4.2
22
22
hooks :
23
23
- id : black
24
24
- repo : https://github.com/pycqa/flake8
25
- rev : 6 .0.0
25
+ rev : 7 .0.0
26
26
hooks :
27
27
- id : flake8
28
28
- repo : https://github.com/pycqa/isort
29
- rev : 5.12.0
29
+ rev : 5.13.2
30
30
hooks :
31
31
- id : isort
32
32
args : ["--profile", "black"]
33
33
- repo : https://github.com/kynan/nbstripout
34
- rev : 0.6 .1
34
+ rev : 0.7 .1
35
35
hooks :
36
36
- id : nbstripout
37
37
- repo : https://github.com/pre-commit/pre-commit-hooks
You can’t perform that action at this time.
0 commit comments