77
88repos :
99 - repo : https://github.com/pre-commit/pre-commit-hooks
10- rev : v4.5 .0
10+ rev : v5.0 .0
1111 hooks :
1212 - id : trailing-whitespace
1313 - id : end-of-file-fixer
@@ -38,13 +38,13 @@ repos:
3838 args : [--notice=COPYRIGHT]
3939 files : python
4040 - repo : https://github.com/asottile/pyupgrade
41- rev : v3.15 .0
41+ rev : v3.20 .0
4242 hooks :
4343 - id : pyupgrade
4444 args : [--py38-plus]
4545 # exclude: *fixtures
4646 - repo : https://github.com/PyCQA/autoflake
47- rev : v2.2 .1
47+ rev : v2.3 .1
4848 hooks :
4949 - id : autoflake
5050 args :
@@ -56,21 +56,21 @@ repos:
5656 - --remove-unused-variables
5757 - --remove-rhs-for-unused-variables
5858 - repo : https://github.com/PyCQA/isort
59- rev : 5.12.0
59+ rev : 6.0.1
6060 hooks :
6161 - id : isort
6262 name : isort (black profile, in place fixes)
6363 args : ["--profile", "black", "--filter-files"]
6464 - repo : https://github.com/DanielNoord/pydocstringformatter
65- rev : v0.7.3
65+ rev : v0.7.5
6666 hooks :
6767 - id : pydocstringformatter
6868 - repo : https://github.com/asottile/yesqa
6969 rev : v1.5.0
7070 hooks :
7171 - id : yesqa
7272 - repo : https://github.com/psf/black
73- rev : 23.7 .0
73+ rev : 25.1 .0
7474 hooks :
7575 - id : black
7676 name : black (in place fixes)
@@ -81,17 +81,17 @@ repos:
8181 # https://pre-commit.com/#top_level-default_language_version
8282 # language_version: python3.11
8383 - repo : https://github.com/PyCQA/flake8
84- rev : 6.1 .0
84+ rev : 7.3 .0
8585 hooks :
8686 - id : flake8
8787 additional_dependencies : [Flake8-pyproject]
8888 - repo : https://github.com/PyCQA/bandit
89- rev : 1.7.5
89+ rev : 1.8.6
9090 hooks :
9191 - id : bandit
9292 # disable B101 (Test for use of assert)
9393 args : ["-s", "B101"]
9494 - repo : https://github.com/pre-commit/mirrors-mypy
95- rev : v1.7 .1
95+ rev : v1.16 .1
9696 hooks :
9797 - id : mypy
0 commit comments