Skip to content

Commit f22390a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.15.9](astral-sh/ruff-pre-commit@v0.14.3...v0.15.9) - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 26.3.1](psf/black-pre-commit-mirror@24.10.0...26.3.1) - [github.com/python-poetry/poetry: 2.2.1 → 2.3.2](python-poetry/poetry@2.2.1...2.3.2)
1 parent a0be37f commit f22390a

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
@@ -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.14.3
11+
rev: v0.15.9
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: "26.3.1"
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.2.1
24+
rev: 2.3.2
2525
hooks:
2626
- id: poetry-check
2727
# sadly `--no-update` does not work on pre-commit.ci

0 commit comments

Comments
 (0)