Skip to content

Commit 33f265c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.10 → v0.15.18](astral-sh/ruff-pre-commit@v0.14.10...v0.15.18) - [github.com/python-poetry/poetry: 2.2.1 → 2.4.1](python-poetry/poetry@2.2.1...2.4.1)
1 parent 3ae71b8 commit 33f265c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ repos:
1515
args: ["--markdown-linebreak-ext=md"]
1616

1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.14.10
18+
rev: v0.15.18
1919
hooks:
2020
- id: ruff-check
2121
entry: bash -c 'cd backend && ruff check --force-exclude'
2222
- id: ruff-format
2323
entry: bash -c 'cd backend && ruff format --force-exclude'
2424

2525
- repo: https://github.com/python-poetry/poetry
26-
rev: 2.2.1
26+
rev: 2.4.1
2727
hooks:
2828
- id: poetry-check
2929
args: ["--project=backend"]

0 commit comments

Comments
 (0)