File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 21
21
exclude : _pytest/(debugging|hookspec).py
22
22
language_version : python3
23
23
- repo : https://github.com/PyCQA/autoflake
24
- rev : v1.6.0
24
+ rev : v1.6.1
25
25
hooks :
26
26
- id : autoflake
27
27
name : autoflake
@@ -37,12 +37,12 @@ repos:
37
37
- flake8-typing-imports==1.12.0
38
38
- flake8-docstrings==1.5.0
39
39
- repo : https://github.com/asottile/reorder_python_imports
40
- rev : v3.8.2
40
+ rev : v3.8.3
41
41
hooks :
42
42
- id : reorder-python-imports
43
43
args : ['--application-directories=.:src', --py37-plus]
44
44
- repo : https://github.com/asottile/pyupgrade
45
- rev : v2.38.0
45
+ rev : v2.38.2
46
46
hooks :
47
47
- id : pyupgrade
48
48
args : [--py37-plus]
56
56
hooks :
57
57
- id : python-use-type-annotations
58
58
- repo : https://github.com/pre-commit/mirrors-mypy
59
- rev : v0.971
59
+ rev : v0.981
60
60
hooks :
61
61
- id : mypy
62
62
files : ^(src/|testing/)
You can’t perform that action at this time.
0 commit comments