File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/asottile/pyupgrade
3
- rev : v2.7.4
3
+ rev : v3.15.0
4
4
hooks :
5
5
- id : pyupgrade
6
6
args : ["--py36-plus"]
7
7
8
8
- repo : https://github.com/psf/black
9
- rev : 20.8b1
9
+ rev : 24.2.0
10
10
hooks :
11
11
- id : black
12
12
args : ["--target-version", "py36"]
13
13
14
- - repo : https://gitlab .com/pycqa /flake8
15
- rev : 3.8.4
14
+ - repo : https://github .com/PyCQA /flake8
15
+ rev : 7.0.0
16
16
hooks :
17
17
- id : flake8
18
18
additional_dependencies : [flake8-2020]
19
19
20
20
- repo : https://github.com/pycqa/isort
21
- rev : 5.7.0
21
+ rev : 5.13.2
22
22
hooks :
23
23
- id : isort
24
24
25
25
- repo : https://github.com/pre-commit/pygrep-hooks
26
- rev : v1.7 .0
26
+ rev : v1.10 .0
27
27
hooks :
28
28
- id : python-check-blanket-noqa
29
29
30
30
- repo : https://github.com/pre-commit/pre-commit-hooks
31
- rev : v3.4 .0
31
+ rev : v4.5 .0
32
32
hooks :
33
33
- id : check-merge-conflict
34
34
- id : check-toml
35
35
- id : check-yaml
36
36
- id : mixed-line-ending
37
37
38
38
- repo : https://github.com/pre-commit/mirrors-prettier
39
- rev : v2.2.1
39
+ rev : v4.0.0-alpha.8
40
40
hooks :
41
41
- id : prettier
42
42
args : [--prose-wrap=always, --print-width=88]
43
43
44
- - repo : https://github.com/myint /autoflake
45
- rev : v1.4
44
+ - repo : https://github.com/PyCQA /autoflake
45
+ rev : v2.2.1
46
46
hooks :
47
47
- id : autoflake
48
48
args :
You can’t perform that action at this time.
0 commit comments