File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
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.5 .0
3+ rev : v4.6 .0
44 hooks :
55 - id : trailing-whitespace
66 - id : end-of-file-fixer
99 - id : double-quote-string-fixer
1010 - id : name-tests-test
1111 - id : requirements-txt-fixer
12- - repo : https://github.com/asottile/reorder_python_imports
13- rev : v3.12 .0
12+ - repo : https://github.com/asottile/reorder-python-imports
13+ rev : v3.13 .0
1414 hooks :
1515 - id : reorder-python-imports
1616 args : [--py38-plus, --add-import, 'from __future__ import annotations']
@@ -19,19 +19,19 @@ repos:
1919 hooks :
2020 - id : add-trailing-comma
2121- repo : https://github.com/asottile/pyupgrade
22- rev : v3.15 .0
22+ rev : v3.17 .0
2323 hooks :
2424 - id : pyupgrade
2525 args : [--py38-plus]
26- - repo : https://github.com/pre-commit/mirrors- autopep8
27- rev : v2.0.4
26+ - repo : https://github.com/hhatto/ autopep8
27+ rev : v2.3.1
2828 hooks :
2929 - id : autopep8
3030- repo : https://github.com/PyCQA/flake8
31- rev : 7.0.0
31+ rev : 7.1.1
3232 hooks :
3333 - id : flake8
3434- repo : https://github.com/pre-commit/mirrors-mypy
35- rev : v1.8.0
35+ rev : v1.11.2
3636 hooks :
3737 - id : mypy
You can’t perform that action at this time.
0 commit comments