Skip to content

Commit f9d8ee1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 25.12.0 → 26.3.1](psf/black-pre-commit-mirror@25.12.0...26.3.1) - [github.com/pycqa/isort: 7.0.0 → 8.0.1](PyCQA/isort@7.0.0...8.0.1) - [github.com/astral-sh/ruff-pre-commit: v0.14.10 → v0.15.9](astral-sh/ruff-pre-commit@v0.14.10...v0.15.9)
1 parent 6727d40 commit f9d8ee1

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
@@ -4,11 +4,11 @@ ci:
44

55
repos:
66
- repo: https://github.com/psf/black-pre-commit-mirror
7-
rev: 25.12.0
7+
rev: 26.3.1
88
hooks:
99
- id: black
1010
- repo: https://github.com/pycqa/isort
11-
rev: 7.0.0
11+
rev: 8.0.1
1212
hooks:
1313
- id: isort
1414
name: isort
@@ -27,7 +27,7 @@ repos:
2727
- id: python-check-blanket-type-ignore
2828
exclude: "test_type_ignore.py"
2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: v0.14.10
30+
rev: v0.15.9
3131
hooks:
3232
- id: ruff-check
3333
- repo: local

0 commit comments

Comments
 (0)