File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 22# See https://pre-commit.com/hooks.html for more hooks
33repos :
44 - repo : https://github.com/pre-commit/pre-commit-hooks
5- rev : v4.6 .0
5+ rev : v6.0 .0
66 hooks :
77 - id : trailing-whitespace
88 - id : end-of-file-fixer
99 - id : check-yaml
1010
11- - repo : https://github.com/psf/black
12- rev : 24.4 .0
11+ - repo : https://github.com/psf/black-pre-commit-mirror
12+ rev : 25.9 .0
1313 hooks :
1414 - id : black
1515
1616 - repo : https://github.com/pycqa/isort
17- rev : 5.13.2
17+ rev : 7.0.0
1818 hooks :
1919 - id : isort
2020
2121 - repo : https://github.com/astral-sh/ruff-pre-commit
22- rev : v0.4.1
22+ rev : v0.14.2
2323 hooks :
2424 - id : ruff
2525
2626 - repo : https://github.com/pre-commit/mirrors-mypy
27- rev : v1.9.0
27+ rev : v1.18.2
2828 hooks :
2929 - id : mypy
3030 args : [--config-file=pyproject.toml]
You can’t perform that action at this time.
0 commit comments