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 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v4.4 .0
3
+ rev : v4.5 .0
4
4
hooks :
5
5
- id : debug-statements
6
6
- id : double-quote-string-fixer
7
7
- id : end-of-file-fixer
8
8
- id : requirements-txt-fixer
9
9
- id : trailing-whitespace
10
10
- repo : https://github.com/asottile/setup-cfg-fmt
11
- rev : v2.2 .0
11
+ rev : v2.5 .0
12
12
hooks :
13
13
- id : setup-cfg-fmt
14
14
- repo : https://github.com/dannysepler/rm_unneeded_f_str
15
15
rev : v0.2.0
16
16
hooks :
17
17
- id : rm-unneeded-f-str
18
18
- repo : https://github.com/PyCQA/flake8
19
- rev : 6 .0.0
19
+ rev : 7 .0.0
20
20
hooks :
21
21
- id : flake8
22
22
additional_dependencies : [flake8-typing-imports==1.14.0]
23
- - repo : https://github.com/pre-commit/mirrors- autopep8
24
- rev : v2.0.1
23
+ - repo : https://github.com/hhatto/ autopep8
24
+ rev : v2.1.0
25
25
hooks :
26
26
- id : autopep8
27
27
- repo : https://github.com/asottile/add-trailing-comma
28
- rev : v2.4 .0
28
+ rev : v3.1 .0
29
29
hooks :
30
30
- id : add-trailing-comma
31
31
- repo : https://github.com/asottile/pyupgrade
32
- rev : v3.3.1
32
+ rev : v3.15.2
33
33
hooks :
34
34
- id : pyupgrade
35
35
args : [--py37-plus]
36
36
- repo : https://github.com/pre-commit/mirrors-mypy
37
- rev : v0.991
37
+ rev : v1.9.0
38
38
hooks :
39
39
- id : mypy
40
40
exclude : ^tests/
41
41
- repo : https://github.com/pycqa/isort
42
- rev : 5.12.0
42
+ rev : 5.13.2
43
43
hooks :
44
44
- id : isort
45
45
name : isort
You can’t perform that action at this time.
0 commit comments