Skip to content

Commit 917ca62

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.4 → v0.9.6](astral-sh/ruff-pre-commit@v0.5.4...v0.9.6) - [github.com/psf/black-pre-commit-mirror: 24.4.2 → 25.1.0](psf/black-pre-commit-mirror@24.4.2...25.1.0) - [github.com/python-poetry/poetry: 1.8.3 → 2.0.1](python-poetry/poetry@1.8.3...2.0.1)
1 parent 62c528d commit 917ca62

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.5.4
11+
rev: v0.9.6
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.4.2"
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: 1.8.3
24+
rev: 2.0.1
2525
hooks:
2626
- id: poetry-check
2727
- id: poetry-lock

0 commit comments

Comments
 (0)