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 @@ -4,7 +4,7 @@ default_language_version:
44exclude : (^micropip/_vendored|^tests/vendored|^tests/test_data)
55repos :
66 - repo : https://github.com/pre-commit/pre-commit-hooks
7- rev : " v5 .0.0"
7+ rev : " v6 .0.0"
88 hooks :
99 - id : check-added-large-files
1010 - id : check-case-conflict
@@ -17,19 +17,19 @@ repos:
1717 - id : mixed-line-ending
1818 - id : trailing-whitespace
1919
20- - repo : https://github.com/psf/black
21- rev : " 25.1 .0"
20+ - repo : https://github.com/psf/black-pre-commit-mirror
21+ rev : " 25.9 .0"
2222 hooks :
2323 - id : black
2424
2525 - repo : https://github.com/astral-sh/ruff-pre-commit
26- rev : " v0.12.2 "
26+ rev : " v0.13.3 "
2727 hooks :
2828 - id : ruff
2929 args : [--fix]
3030
3131 - repo : https://github.com/pre-commit/mirrors-mypy
32- rev : " v1.16.1 "
32+ rev : " v1.18.2 "
3333 hooks :
3434 - id : mypy
3535 args : []
You can’t perform that action at this time.
0 commit comments