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 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.1 .0
11
+ rev : v4.2 .0
12
12
hooks :
13
13
- id : check-added-large-files
14
14
args : [--maxkb=500]
@@ -26,15 +26,15 @@ repos:
26
26
- id : requirements-txt-fixer
27
27
- id : trailing-whitespace
28
28
- repo : https://github.com/pre-commit/mirrors-prettier
29
- rev : v2.5.1
29
+ rev : v2.6.2
30
30
hooks :
31
31
- id : prettier
32
32
- repo : https://github.com/pycqa/isort
33
33
rev : 5.10.1
34
34
hooks :
35
35
- id : isort
36
36
- repo : https://github.com/psf/black
37
- rev : 21.12b0
37
+ rev : 22.3.0
38
38
hooks :
39
39
- id : black
40
40
- repo : https://github.com/PyCQA/flake8
@@ -53,12 +53,12 @@ repos:
53
53
pep8-naming,
54
54
]
55
55
- repo : https://github.com/asottile/pyupgrade
56
- rev : v2.31.0
56
+ rev : v2.32.1
57
57
hooks :
58
58
- id : pyupgrade
59
59
args : [--py36-plus]
60
60
- repo : https://github.com/mgedmin/check-manifest
61
- rev : " 0.47 "
61
+ rev : " 0.48 "
62
62
hooks :
63
63
- id : check-manifest
64
64
args : [--no-build-isolation]
You can’t perform that action at this time.
0 commit comments