File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,21 +49,21 @@ repos:
4949
5050
5151 - repo : https://github.com/astral-sh/ruff-pre-commit
52- rev : v0.15.4
52+ rev : v0.15.9
5353 hooks :
5454 - id : ruff-check
5555 args : [ --fix ]
5656 - id : ruff-format
5757 files : ^openlibrary/(fastapi/|(actions|api|app|asgi_app|code|config|conftest).py$|plugins/openlibrary/(api|lists).py)|tests/
5858
5959 - repo : https://github.com/psf/black-pre-commit-mirror
60- rev : 26.1.0
60+ rev : 26.3.1
6161 hooks :
6262 - id : black # See pyproject.toml for args
6363 exclude : ^openlibrary/(fastapi/|(actions|api|app|asgi_app|code|config|conftest).py$|plugins/openlibrary/(api|lists).py)|tests/
6464
6565 - repo : https://github.com/codespell-project/codespell
66- rev : v2.4.1
66+ rev : v2.4.2
6767 hooks :
6868 - id : codespell # See pyproject.toml for args
6969 additional_dependencies :
You can’t perform that action at this time.
0 commit comments