Skip to content

Commit dfff4c1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.1 → v0.12.3](astral-sh/ruff-pre-commit@v0.9.1...v0.12.3) - [github.com/pycqa/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0)
1 parent a103531 commit dfff4c1

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
@@ -31,18 +31,18 @@ repos:
3131

3232
- repo: https://github.com/astral-sh/ruff-pre-commit
3333
# Ruff version.
34-
rev: "v0.9.1"
34+
rev: "v0.12.3"
3535
hooks:
3636
- id: ruff
3737

3838
- repo: https://github.com/pycqa/isort
39-
rev: 5.13.2
39+
rev: 6.0.1
4040
hooks:
4141
- id: isort
4242
name: isort (python)
4343

4444
- repo: https://github.com/psf/black
45-
rev: 24.10.0
45+
rev: 25.1.0
4646
hooks:
4747
- id: black
4848
exclude: tests/

0 commit comments

Comments
 (0)