File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
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 : v3.16 .0
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 : 24.4.2
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 : 7.1.0
19
19
hooks :
20
20
- id : flake8
21
21
22
22
- repo : https://github.com/pre-commit/pygrep-hooks
23
- rev : v1.9 .0
23
+ rev : v1.10 .0
24
24
hooks :
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.6.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 : v4.0.0-alpha.8
37
37
hooks :
38
38
- id : prettier
39
39
args : [--prose-wrap=always, --print-width=88]
40
40
41
- - repo : https://github.com/myint /autoflake
42
- rev : v1.4
41
+ - repo : https://github.com/PyCQA /autoflake
42
+ rev : v2.3.1
43
43
hooks :
44
44
- id : autoflake
45
45
args :
50
50
- --remove-unused-variables
51
51
52
52
- repo : https://github.com/mgedmin/check-manifest
53
- rev : " 0.46 "
53
+ rev : " 0.49 "
54
54
hooks :
55
55
- id : check-manifest
You can’t perform that action at this time.
0 commit comments