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
12
12
repos :
13
13
- repo : https://github.com/pre-commit/pre-commit-hooks
14
- rev : v4.3 .0
14
+ rev : v4.4 .0
15
15
hooks :
16
16
- id : trailing-whitespace
17
17
- id : end-of-file-fixer
18
18
- id : check-added-large-files
19
19
20
20
- repo : https://github.com/psf/black
21
- rev : 22.6 .0
21
+ rev : 22.12 .0
22
22
hooks :
23
23
- id : black
24
24
name : " Black: The uncompromising Python code formatter"
25
25
26
26
- repo : https://github.com/PyCQA/isort
27
- rev : 5.10.1
27
+ rev : 5.11.4
28
28
hooks :
29
29
- id : isort
30
30
name : " Sort Imports"
31
31
args : [ "--profile black" ]
32
32
33
33
- repo : https://github.com/codespell-project/codespell
34
- rev : v2.1.0
34
+ rev : v2.2.2
35
35
hooks :
36
36
- id : codespell
37
37
args :
41
41
- " *.bib,*.ipynb"
42
42
43
43
- repo : https://github.com/asottile/pyupgrade
44
- rev : v2.34.0
44
+ rev : v3.3.1
45
45
hooks :
46
46
- id : pyupgrade
47
47
args : [ --py36-plus ]
66
66
pass_filenames : false
67
67
68
68
- repo : https://github.com/kynan/nbstripout
69
- rev : 0.5.0
69
+ rev : 0.6.1
70
70
hooks :
71
71
- id : nbstripout
72
72
args :
You can’t perform that action at this time.
0 commit comments