File tree Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Expand file tree Collapse file tree 1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change 8
8
# - id: check-hooks-apply
9
9
# - id: check-useless-excludes
10
10
- repo : https://github.com/pre-commit/pre-commit-hooks
11
- rev : v4.2 .0
11
+ rev : v4.6 .0
12
12
hooks :
13
13
- id : check-added-large-files
14
14
args : [--maxkb=500]
@@ -25,20 +25,16 @@ repos:
25
25
args : [--fix=lf]
26
26
- id : requirements-txt-fixer
27
27
- id : trailing-whitespace
28
- - repo : https://github.com/pre-commit/mirrors-prettier
29
- rev : v2.6.2
30
- hooks :
31
- - id : prettier
32
28
- repo : https://github.com/pycqa/isort
33
- rev : 5.10.1
29
+ rev : 5.13.2
34
30
hooks :
35
31
- id : isort
36
32
- repo : https://github.com/psf/black
37
- rev : 22.3 .0
33
+ rev : 24.8 .0
38
34
hooks :
39
35
- id : black
40
36
- repo : https://github.com/PyCQA/flake8
41
- rev : 4.0 .1
37
+ rev : 7.1 .1
42
38
hooks :
43
39
- id : flake8
44
40
args : ["--config=.flake8"]
@@ -53,12 +49,12 @@ repos:
53
49
pep8-naming,
54
50
]
55
51
- repo : https://github.com/asottile/pyupgrade
56
- rev : v2.32.1
52
+ rev : v3.17.0
57
53
hooks :
58
54
- id : pyupgrade
59
55
args : [--py36-plus]
60
56
- repo : https://github.com/mgedmin/check-manifest
61
- rev : " 0.48 "
57
+ rev : " 0.49 "
62
58
hooks :
63
59
- id : check-manifest
64
60
args : [--no-build-isolation]
You can’t perform that action at this time.
0 commit comments