File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ default_language_version:
22 python : " 3.11"
33repos :
44 - repo : https://github.com/compilerla/conventional-pre-commit
5- rev : v2.4 .0
5+ rev : v3.0 .0
66 hooks :
77 - id : conventional-pre-commit
88 stages : [commit-msg]
1717 - id : mixed-line-ending
1818 - id : trailing-whitespace
1919 - repo : https://github.com/charliermarsh/ruff-pre-commit
20- rev : " v0.1.0 "
20+ rev : " v0.1.8 "
2121 hooks :
2222 - id : ruff
2323 args : ["--fix"]
@@ -28,12 +28,12 @@ repos:
2828 - id : codespell
2929 exclude : " pdm.lock"
3030 - repo : https://github.com/psf/black
31- rev : 23.10 .0
31+ rev : 23.12 .0
3232 hooks :
3333 - id : black
3434 args : [--config=./pyproject.toml]
3535 - repo : https://github.com/pre-commit/mirrors-mypy
36- rev : " v1.6.0 "
36+ rev : " v1.7.1 "
3737 hooks :
3838 - id : mypy
3939 exclude : " docs"
5353 " litestar[cli]" ,
5454 ]
5555 - repo : https://github.com/sphinx-contrib/sphinx-lint
56- rev : " v0.8 .1"
56+ rev : " v0.9 .1"
5757 hooks :
5858 - id : sphinx-lint
You can’t perform that action at this time.
0 commit comments