11repos :
22- repo : https://github.com/pre-commit/pre-commit-hooks
3- rev : v4.2 .0
3+ rev : v5.0 .0
44 hooks :
55 - id : check-added-large-files
66 - id : check-case-conflict
1515 # args: [--branch, main]
1616 - id : trailing-whitespace
1717- repo : https://github.com/pre-commit/pygrep-hooks
18- rev : v1.9 .0
18+ rev : v1.10 .0
1919 hooks :
2020 - id : python-check-blanket-noqa
2121 - id : python-check-mock-methods
@@ -24,24 +24,24 @@ repos:
2424 - id : python-use-type-annotations
2525 - id : text-unicode-replacement-char
2626- repo : https://github.com/asottile/pyupgrade
27- rev : v2.32 .0
27+ rev : v3.20 .0
2828 hooks :
2929 - id : pyupgrade
3030 args : [--py37-plus]
31- - repo : https://github.com/asottile/reorder_python_imports
32- rev : v3.0.1
31+ - repo : https://github.com/asottile/reorder-python-imports
32+ rev : v3.15.0
3333 hooks :
3434 - id : reorder-python-imports
3535- repo : https://github.com/asottile/setup-cfg-fmt
36- rev : v1.20 .0
36+ rev : v2.8 .0
3737 hooks :
3838 - id : setup-cfg-fmt
3939- repo : https://github.com/psf/black
40- rev : 22.3 .0
40+ rev : 25.1 .0
4141 hooks :
4242 - id : black
4343- repo : https://github.com/PyCQA/flake8
44- rev : 4.0.1
44+ rev : 7.2.0
4545 hooks :
4646 - id : flake8
4747 additional_dependencies : [
6161 Pygments,
6262 ]
6363- repo : https://github.com/guilatrova/tryceratops
64- rev : v1.0 .1
64+ rev : v2.4 .1
6565 hooks :
6666 - id : tryceratops
6767 # - repo: https://github.com/econchick/interrogate
@@ -70,12 +70,12 @@ repos:
7070 # - id: interrogate
7171 # args: [-v, --fail-under=40]
7272- repo : https://github.com/codespell-project/codespell
73- rev : v2.1.0
73+ rev : v2.4.1
7474 hooks :
7575 - id : codespell
7676 args : [--skip, "*.(html|ipynb)"]
7777- repo : https://github.com/executablebooks/mdformat
78- rev : 0.7.14
78+ rev : 0.7.22
7979 hooks :
8080 - id : mdformat
8181 additional_dependencies : [
8585 args : [--wrap, "88"]
8686 files : (README.md)
8787- repo : https://github.com/executablebooks/mdformat
88- rev : 0.7.14
88+ rev : 0.7.22
8989 hooks :
9090 - id : mdformat
9191 additional_dependencies : [
0 commit comments