Skip to content

Commit 4625b57

Browse files
[pre-commit.ci] pre-commit autoupdate (#12307)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Raymond Berger <RayBB@users.noreply.github.com>
1 parent 00cfbf6 commit 4625b57

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)