Skip to content

Commit bea03e5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 26.3.1 → 26.5.1](psf/black-pre-commit-mirror@26.3.1...26.5.1) - [github.com/pycqa/isort: 8.0.1 → 9.0.0a3](PyCQA/isort@8.0.1...9.0.0a3) - [github.com/astral-sh/ruff-pre-commit: v0.15.9 → v0.15.20](astral-sh/ruff-pre-commit@v0.15.9...v0.15.20)
1 parent d9fa22d commit bea03e5

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
@@ -3,11 +3,11 @@ ci:
33

44
repos:
55
- repo: https://github.com/psf/black-pre-commit-mirror
6-
rev: 26.3.1
6+
rev: 26.5.1
77
hooks:
88
- id: black
99
- repo: https://github.com/pycqa/isort
10-
rev: 8.0.1
10+
rev: 9.0.0a3
1111
hooks:
1212
- id: isort
1313
name: isort
@@ -36,6 +36,6 @@ repos:
3636
- id: python-check-blanket-type-ignore
3737
- id: python-use-type-annotations
3838
- repo: https://github.com/astral-sh/ruff-pre-commit
39-
rev: v0.15.9
39+
rev: v0.15.20
4040
hooks:
4141
- id: ruff-check

0 commit comments

Comments
 (0)