Skip to content

Commit b6ba548

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.1 → v0.11.0](astral-sh/ruff-pre-commit@v0.9.1...v0.11.0) - [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 83e964f commit b6ba548

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
@@ -32,18 +32,18 @@ repos:
3232

3333
- repo: https://github.com/astral-sh/ruff-pre-commit
3434
# Ruff version.
35-
rev: "v0.9.1"
35+
rev: "v0.11.0"
3636
hooks:
3737
- id: ruff
3838

3939
- repo: https://github.com/pycqa/isort
40-
rev: 5.13.2
40+
rev: 6.0.1
4141
hooks:
4242
- id: isort
4343
name: isort (python)
4444

4545
- repo: https://github.com/psf/black
46-
rev: 24.10.0
46+
rev: 25.1.0
4747
hooks:
4848
- id: black
4949
exclude: tests/

0 commit comments

Comments
 (0)