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 @@ -37,17 +37,17 @@ 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.1
40
+ rev : v3.8.2
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.37.1
45
+ rev : v2.37.2
46
46
hooks :
47
47
- id : pyupgrade
48
48
args : [--py37-plus]
49
49
- repo : https://github.com/asottile/setup-cfg-fmt
50
- rev : v1.20.1
50
+ rev : v1.20.2
51
51
hooks :
52
52
- id : setup-cfg-fmt
53
53
args : [--max-py-version=3.10]
56
56
hooks :
57
57
- id : python-use-type-annotations
58
58
- repo : https://github.com/pre-commit/mirrors-mypy
59
- rev : v0.961
59
+ rev : v0.971
60
60
hooks :
61
61
- id : mypy
62
62
files : ^(src/|testing/)
You can’t perform that action at this time.
0 commit comments