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 @@ -2,7 +2,7 @@ default_language_version:
2
2
python : " 3.10"
3
3
repos :
4
4
- repo : https://github.com/psf/black
5
- rev : 22.8 .0
5
+ rev : 22.10 .0
6
6
hooks :
7
7
- id : black
8
8
args : [--safe, --quiet]
23
23
exclude : _pytest/(debugging|hookspec).py
24
24
language_version : python3
25
25
- repo : https://github.com/PyCQA/autoflake
26
- rev : v1.6.1
26
+ rev : v1.7.3
27
27
hooks :
28
28
- id : autoflake
29
29
name : autoflake
@@ -39,12 +39,12 @@ repos:
39
39
- flake8-typing-imports==1.12.0
40
40
- flake8-docstrings==1.5.0
41
41
- repo : https://github.com/asottile/reorder_python_imports
42
- rev : v3.8.3
42
+ rev : v3.8.4
43
43
hooks :
44
44
- id : reorder-python-imports
45
45
args : ['--application-directories=.:src', --py37-plus]
46
46
- repo : https://github.com/asottile/pyupgrade
47
- rev : v2.38.2
47
+ rev : v3.1.0
48
48
hooks :
49
49
- id : pyupgrade
50
50
args : [--py37-plus]
58
58
hooks :
59
59
- id : python-use-type-annotations
60
60
- repo : https://github.com/pre-commit/mirrors-mypy
61
- rev : v0.981
61
+ rev : v0.982
62
62
hooks :
63
63
- id : mypy
64
64
files : ^(src/|testing/)
You can’t perform that action at this time.
0 commit comments