File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed
Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change 11repos :
22- repo : https://github.com/pre-commit/pre-commit-hooks
3- rev : v4.3 .0
3+ rev : v4.4 .0
44 hooks :
55 - id : trailing-whitespace
66 - id : end-of-file-fixer
@@ -10,29 +10,28 @@ repos:
1010 - id : name-tests-test
1111 - id : requirements-txt-fixer
1212- repo : https://github.com/asottile/reorder_python_imports
13- rev : v3.9 .0
13+ rev : v3.10 .0
1414 hooks :
1515 - id : reorder-python-imports
16- args : [--py37 -plus, --add-import, 'from __future__ import annotations']
16+ args : [--py38 -plus, --add-import, 'from __future__ import annotations']
1717- repo : https://github.com/asottile/add-trailing-comma
18- rev : v2.3 .0
18+ rev : v3.0 .0
1919 hooks :
2020 - id : add-trailing-comma
21- args : [--py36-plus]
2221- repo : https://github.com/asottile/pyupgrade
23- rev : v3.2 .0
22+ rev : v3.8 .0
2423 hooks :
2524 - id : pyupgrade
26- args : [--py37 -plus]
25+ args : [--py38 -plus]
2726- repo : https://github.com/pre-commit/mirrors-autopep8
28- rev : v2.0.0
27+ rev : v2.0.2
2928 hooks :
3029 - id : autopep8
3130- repo : https://github.com/PyCQA/flake8
32- rev : 5 .0.4
31+ rev : 6 .0.0
3332 hooks :
3433 - id : flake8
3534- repo : https://github.com/pre-commit/mirrors-mypy
36- rev : v0.982
35+ rev : v1.4.1
3736 hooks :
3837 - id : mypy
You can’t perform that action at this time.
0 commit comments