File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
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 : v5 .0.0
5+ rev : v6 .0.0
66 hooks :
77 - id : trailing-whitespace
88 - id : end-of-file-fixer
@@ -11,18 +11,18 @@ repos:
1111 - id : check-added-large-files
1212
1313 - repo : https://github.com/astral-sh/ruff-pre-commit
14- rev : v0.11.7
14+ rev : v0.14.3
1515 hooks :
1616 - id : ruff
1717 args : [--fix, --exit-non-zero-on-fix]
1818
19- - repo : https://github.com/psf/black
20- rev : 25.1 .0
19+ - repo : https://github.com/psf/black-pre-commit-mirror
20+ rev : 25.9 .0
2121 hooks :
2222 - id : black
2323
2424 - repo : https://github.com/pre-commit/mirrors-mypy
25- rev : v1.15.0
25+ rev : v1.18.2
2626 hooks :
2727 - id : mypy
2828 args : []
You can’t perform that action at this time.
0 commit comments