File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ exclude: .*\.rpt$
2
2
3
3
repos :
4
4
- repo : https://github.com/psf/black
5
- rev : 24.8 .0
5
+ rev : 24.10 .0
6
6
hooks :
7
7
- id : black-jupyter
8
8
language_version : python3
9
9
args : ['--line-length=125',
10
10
' --skip-string-normalization' ]
11
11
12
12
- repo : https://github.com/pre-commit/pre-commit-hooks
13
- rev : v4.6 .0
13
+ rev : v5.0 .0
14
14
hooks :
15
15
- id : check-added-large-files
16
16
- id : check-case-conflict
@@ -30,13 +30,13 @@ repos:
30
30
args : ["--profile", "black", --line-length=125]
31
31
32
32
- repo : https://github.com/asottile/pyupgrade
33
- rev : v3.17 .0
33
+ rev : v3.19 .0
34
34
hooks :
35
35
- id : pyupgrade
36
36
args : ["--py36-plus"]
37
37
38
38
- repo : https://github.com/asottile/setup-cfg-fmt
39
- rev : v2.5 .0
39
+ rev : v2.7 .0
40
40
hooks :
41
41
- id : setup-cfg-fmt
42
42
50
50
' --extend-ignore=E203,T201' ] # E203 is not PEP8 compliant
51
51
52
52
- repo : https://github.com/mgedmin/check-manifest
53
- rev : " 0.49 "
53
+ rev : " 0.50 "
54
54
hooks :
55
55
- id : check-manifest
56
56
stages : [manual]
You can’t perform that action at this time.
0 commit comments