File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ default_language_version:
22 python : " 3.12"
33repos :
44 - repo : https://github.com/pre-commit/pre-commit-hooks
5- rev : " v4.4 .0"
5+ rev : " v5.0 .0"
66 hooks :
77 - id : check-added-large-files
88 - id : check-case-conflict
@@ -15,19 +15,19 @@ repos:
1515 - id : mixed-line-ending
1616 - id : trailing-whitespace
1717
18- - repo : https://github.com/charliermarsh /ruff-pre-commit
19- rev : " v0.0.291 "
18+ - repo : https://github.com/astral-sh /ruff-pre-commit
19+ rev : " v0.12.2 "
2020 hooks :
2121 - id : ruff
2222 args : [--fix]
2323
2424 - repo : https://github.com/psf/black
25- rev : " 23.9.1 "
25+ rev : " 25.1.0 "
2626 hooks :
2727 - id : black
2828
2929 - repo : https://github.com/pre-commit/mirrors-prettier
30- rev : " v3 .0.3 "
30+ rev : " v4 .0.0-alpha.8 "
3131 hooks :
3232 - id : prettier
3333
@@ -46,12 +46,12 @@ repos:
4646 additional_dependencies : ["rstcheck[sphinx,toml]"]
4747
4848 - repo : https://github.com/codespell-project/codespell
49- rev : " v2.2.5 "
49+ rev : " v2.4.1 "
5050 hooks :
5151 - id : codespell
5252
5353 - repo : https://github.com/pre-commit/mirrors-mypy
54- rev : " v1.5 .1"
54+ rev : " v1.16 .1"
5555 hooks :
5656 - id : mypy
5757 exclude : (tests/)
You can’t perform that action at this time.
0 commit comments