Skip to content

Commit 8511687

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 26.1.0 → 26.5.0](psf/black-pre-commit-mirror@26.1.0...26.5.0) - [github.com/pycqa/isort: 7.0.0 → 9.0.0a3](PyCQA/isort@7.0.0...9.0.0a3) - [github.com/astral-sh/ruff-pre-commit: v0.14.13 → v0.15.13](astral-sh/ruff-pre-commit@v0.14.13...v0.15.13)
1 parent 0df0e53 commit 8511687

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,16 +8,16 @@ repos:
88
- id: check-added-large-files
99
args: ["--maxkb=4000"]
1010
- repo: https://github.com/psf/black-pre-commit-mirror
11-
rev: 26.1.0
11+
rev: 26.5.0
1212
hooks:
1313
- id: black
1414
- repo: https://github.com/pycqa/isort
15-
rev: 7.0.0
15+
rev: 9.0.0a3
1616
hooks:
1717
- id: isort
1818
args: ["--profile", "black", "--filter-files"]
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.14.13
20+
rev: v0.15.13
2121
hooks:
2222
- id: ruff
2323
args: ["--config", ".ruff.toml"]

0 commit comments

Comments
 (0)