File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,17 +18,17 @@ repos:
18
18
- id : flake8
19
19
additional_dependencies : [flake8-typing-imports==1.12.0]
20
20
args : [--max-line-length=100]
21
- - repo : https://github.com/pre-commit/mirrors- autopep8
22
- rev : v2.0.4
21
+ - repo : https://github.com/hhatto/ autopep8
22
+ rev : v2.1.0
23
23
hooks :
24
24
- id : autopep8
25
- - repo : https://github.com/asottile/reorder_python_imports
25
+ - repo : https://github.com/asottile/reorder-python-imports
26
26
rev : v3.12.0
27
27
hooks :
28
28
- id : reorder-python-imports
29
29
args : [--py37-plus, --add-import, 'from __future__ import annotations']
30
30
- repo : https://github.com/asottile/pyupgrade
31
- rev : v3.15.0
31
+ rev : v3.15.2
32
32
hooks :
33
33
- id : pyupgrade
34
34
args : [--py37-plus]
38
38
- id : add-trailing-comma
39
39
args : [--py36-plus]
40
40
- repo : https://github.com/pre-commit/mirrors-mypy
41
- rev : v1.8 .0
41
+ rev : v1.9 .0
42
42
hooks :
43
43
- id : mypy
44
44
additional_dependencies : [types-all]
You can’t perform that action at this time.
0 commit comments