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:
22 python : " 3.10"
33repos :
44- repo : https://github.com/psf/black
5- rev : 22.8 .0
5+ rev : 22.10 .0
66 hooks :
77 - id : black
88 args : [--safe, --quiet]
2323 exclude : _pytest/(debugging|hookspec).py
2424 language_version : python3
2525- repo : https://github.com/PyCQA/autoflake
26- rev : v1.6.1
26+ rev : v1.7.3
2727 hooks :
2828 - id : autoflake
2929 name : autoflake
@@ -39,12 +39,12 @@ repos:
3939 - flake8-typing-imports==1.12.0
4040 - flake8-docstrings==1.5.0
4141- repo : https://github.com/asottile/reorder_python_imports
42- rev : v3.8.3
42+ rev : v3.8.4
4343 hooks :
4444 - id : reorder-python-imports
4545 args : ['--application-directories=.:src', --py37-plus]
4646- repo : https://github.com/asottile/pyupgrade
47- rev : v2.38.2
47+ rev : v3.1.0
4848 hooks :
4949 - id : pyupgrade
5050 args : [--py37-plus]
5858 hooks :
5959 - id : python-use-type-annotations
6060- repo : https://github.com/pre-commit/mirrors-mypy
61- rev : v0.981
61+ rev : v0.982
6262 hooks :
6363 - id : mypy
6464 files : ^(src/|testing/)
You can’t perform that action at this time.
0 commit comments