11repos :
22-repo :https://github.com/pre-commit/pre-commit-hooks
3- rev :v4.5 .0
3+ rev :v4.6 .0
44hooks :
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
1414hooks :
1515 -id :reorder-python-imports
1616args :[--py38-plus, --add-import, 'from __future__ import annotations']
@@ -19,19 +19,19 @@ repos:
1919hooks :
2020 -id :add-trailing-comma
2121-repo :https://github.com/asottile/pyupgrade
22- rev :v3.15 .0
22+ rev :v3.17 .0
2323hooks :
2424 -id :pyupgrade
2525args :[--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
2828hooks :
2929 -id :autopep8
3030-repo :https://github.com/PyCQA/flake8
31- rev :7.0.0
31+ rev :7.1.1
3232hooks :
3333 -id :flake8
3434-repo :https://github.com/pre-commit/mirrors-mypy
35- rev :v1.8.0
35+ rev :v1.11.2
3636hooks :
3737 -id :mypy