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 @@ -12,11 +12,11 @@ repos:
12
12
hooks :
13
13
- id : flake8
14
14
- repo : https://github.com/pycqa/doc8
15
- rev : v1.0.0
15
+ rev : v1.1.1
16
16
hooks :
17
17
- id : doc8
18
18
- repo : https://github.com/asottile/pyupgrade
19
- rev : v3.3.0
19
+ rev : v3.3.1
20
20
hooks :
21
21
- id : pyupgrade
22
22
args : [--py37-plus]
26
26
- id : django-upgrade
27
27
args : [--target-version, "3.2"]
28
28
- repo : https://github.com/pycqa/isort
29
- rev : 5.10.1
29
+ rev : 5.11.4
30
30
hooks :
31
31
- id : isort
32
32
- repo : https://github.com/pre-commit/pygrep-hooks
@@ -46,15 +46,15 @@ repos:
46
46
args :
47
47
- --trailing-comma=es5
48
48
- repo : https://github.com/pre-commit/mirrors-eslint
49
- rev : v8.29 .0
49
+ rev : v8.30 .0
50
50
hooks :
51
51
- id : eslint
52
52
files : \.js?$
53
53
types : [file]
54
54
args :
55
55
- --fix
56
56
- repo : https://github.com/psf/black
57
- rev : 22.10 .0
57
+ rev : 22.12 .0
58
58
hooks :
59
59
- id : black
60
60
language_version : python3
You can’t perform that action at this time.
0 commit comments