@@ -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.991
10+ rev : v1.0.0
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.12 .0
15+ rev : 23.1 .0
1616 hooks :
1717 - id : black
1818 additional_dependencies : [toml]
1919- repo : https://github.com/timothycrosley/isort
20- rev : 5.11.4
20+ rev : 5.12.0
2121 hooks :
2222 - id : isort
2323 additional_dependencies : [toml]
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.5 .0
31+ rev : v2.6 .0
3232 hooks :
3333 - id : pretty-format-yaml
3434 args : [--autofix, --indent, '4', --preserve-quotes]
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 : v2.0.0
64+ rev : v2.0.1
6565 hooks :
6666 - id : autoflake
6767 args : [--in-place, --remove-all-unused-imports, --remove-unused-variable, --ignore-init-module-imports]
@@ -72,17 +72,17 @@ repos:
7272 name : Check executable files use .sh extension
7373 types : [shell, executable]
7474- repo : https://github.com/asottile/blacken-docs
75- rev : v1.12.1
75+ rev : 1.13.0
7676 hooks :
7777 - id : blacken-docs
78- additional_dependencies : [black==22.10 .0]
78+ additional_dependencies : [black==23.1 .0]
7979- repo : https://github.com/asottile/pyupgrade
8080 rev : v3.3.1
8181 hooks :
8282 - id : pyupgrade
8383 args : [--py3-plus, --py37-plus]
8484- repo : https://github.com/pre-commit/pygrep-hooks
85- rev : v1.9 .0
85+ rev : v1.10 .0
8686 hooks :
8787 - id : python-no-eval
8888 - id : python-use-type-annotations
0 commit comments