File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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.3 .0
12
12
hooks :
13
13
- id : setup-cfg-fmt
14
14
- repo : https://github.com/dannysepler/rm_unneeded_f_str
@@ -21,20 +21,20 @@ repos:
21
21
- id : flake8
22
22
additional_dependencies : [flake8-typing-imports==1.14.0]
23
23
- repo : https://github.com/pre-commit/mirrors-autopep8
24
- rev : v2.0.1
24
+ rev : v2.0.2
25
25
hooks :
26
26
- id : autopep8
27
27
- repo : https://github.com/asottile/add-trailing-comma
28
- rev : v2.4.0
28
+ rev : v2.5.1
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.7.0
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.4.1
38
38
hooks :
39
39
- id : mypy
40
40
exclude : ^tests/
You can’t perform that action at this time.
0 commit comments