@@ -7,17 +7,17 @@ default_stages:
77minimum_pre_commit_version : 2.9.0
88repos :
99- repo : https://github.com/pre-commit/mirrors-mypy
10- rev : v0.982
10+ rev : v0.991
1111 hooks :
1212 - id : mypy
1313 additional_dependencies : [numpy==1.20.0, scipy>=1.6.0]
1414- repo : https://github.com/psf/black
15- rev : 22.10 .0
15+ rev : 22.12 .0
1616 hooks :
1717 - id : black
1818 additional_dependencies : [toml]
1919- repo : https://github.com/timothycrosley/isort
20- rev : 5.10.1
20+ rev : 5.11.4
2121 hooks :
2222 - id : isort
2323 additional_dependencies : [toml]
@@ -28,12 +28,12 @@ repos:
2828 - id : yesqa
2929 additional_dependencies : [flake8-tidy-imports, flake8-docstrings, flake8-rst-docstrings, flake8-comprehensions, flake8-bugbear, flake8-logging-format, flake8-blind-except, flake8-builtins, flake8-pytest-style, flake8-string-format]
3030- repo : https://github.com/macisamuele/language-formatters-pre-commit-hooks
31- rev : v2.4 .0
31+ rev : v2.5 .0
3232 hooks :
3333 - id : pretty-format-yaml
3434 args : [--autofix, --indent, '4', --preserve-quotes]
3535- repo : https://github.com/pre-commit/pre-commit-hooks
36- rev : v4.3 .0
36+ rev : v4.4 .0
3737 hooks :
3838 - id : detect-private-key
3939 - id : check-merge-conflict
@@ -55,13 +55,13 @@ repos:
5555 - id : check-yaml
5656 - id : check-toml
5757 - id : requirements-txt-fixer
58- - repo : https://gitlab .com/pycqa/flake8
59- rev : 3.9.2
58+ - repo : https://github .com/pycqa/flake8
59+ rev : 6.0.0
6060 hooks :
6161 - id : flake8
6262 additional_dependencies : [flake8-tidy-imports, flake8-docstrings, flake8-rst-docstrings, flake8-comprehensions, flake8-bugbear, flake8-logging-format, flake8-blind-except, flake8-builtins, flake8-pytest-style, flake8-string-format]
6363- repo : https://github.com/myint/autoflake
64- rev : v1.7.1
64+ rev : v2.0.0
6565 hooks :
6666 - id : autoflake
6767 args : [--in-place, --remove-all-unused-imports, --remove-unused-variable, --ignore-init-module-imports]
7777 - id : blacken-docs
7878 additional_dependencies : [black==22.10.0]
7979- repo : https://github.com/asottile/pyupgrade
80- rev : v3.0.0
80+ rev : v3.3.1
8181 hooks :
8282 - id : pyupgrade
8383 args : [--py3-plus, --py37-plus]
9191 - id : rst-directive-colons
9292 - id : rst-inline-touching-normal
9393- repo : https://github.com/PyCQA/doc8
94- rev : v1.0.0
94+ rev : v1.1.1
9595 hooks :
9696 - id : doc8
0 commit comments