Skip to content

Commit 1b8cef7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.11.4](astral-sh/ruff-pre-commit@v0.8.6...v0.11.4) - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 25.1.0](psf/black-pre-commit-mirror@24.10.0...25.1.0) - [github.com/python-poetry/poetry: 2.0.0 → 2.1.2](python-poetry/poetry@2.0.0...2.1.2)
1 parent 9f76b0f commit 1b8cef7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@ ci:
88
repos:
99
- repo: https://github.com/astral-sh/ruff-pre-commit
1010
# WARNING: Ruff version should be the same as in `pyproject.toml`
11-
rev: v0.8.6
11+
rev: v0.11.4
1212
hooks:
1313
- id: ruff
1414
args: ["--fix"]
1515
- repo: https://github.com/psf/black-pre-commit-mirror
1616
# WARNING: Black version should be the same as in `pyproject.toml`
17-
rev: "24.10.0"
17+
rev: "25.1.0"
1818
hooks:
1919
- id: black
2020
pass_filenames: false
2121
require_serial: true
2222
args: ["."]
2323
- repo: https://github.com/python-poetry/poetry
24-
rev: 2.0.0
24+
rev: 2.1.2
2525
hooks:
2626
- id: poetry-check
2727
- id: poetry-lock

0 commit comments

Comments
 (0)