File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 3
3
4
4
repos :
5
5
- repo : https://github.com/asottile/pyupgrade
6
- rev : v2.26.0
6
+ rev : v2.31.1
7
7
hooks :
8
8
- id : pyupgrade
9
9
args : ["--py36-plus"]
10
10
11
11
- repo : https://github.com/psf/black
12
- rev : 21.9b0
12
+ rev : 22.1.0
13
13
hooks :
14
14
- id : black
15
15
args : ["--target-version", "py36"]
16
16
17
17
- repo : https://github.com/PyCQA/flake8
18
- rev : 3.9.2
18
+ rev : 4.0.1
19
19
hooks :
20
20
- id : flake8
21
21
@@ -25,15 +25,15 @@ repos:
25
25
- id : python-check-blanket-noqa
26
26
27
27
- repo : https://github.com/pre-commit/pre-commit-hooks
28
- rev : v4.0.1
28
+ rev : v4.1.0
29
29
hooks :
30
30
- id : check-merge-conflict
31
31
- id : check-toml
32
32
- id : check-yaml
33
33
- id : mixed-line-ending
34
34
35
35
- repo : https://github.com/pre-commit/mirrors-prettier
36
- rev : v2.4 .1
36
+ rev : v2.6 .1
37
37
hooks :
38
38
- id : prettier
39
39
args : [--prose-wrap=always, --print-width=88]
50
50
- --remove-unused-variables
51
51
52
52
- repo : https://github.com/mgedmin/check-manifest
53
- rev : " 0.46 "
53
+ rev : " 0.48 "
54
54
hooks :
55
55
- id : check-manifest
You can’t perform that action at this time.
0 commit comments