Skip to content

Commit 9e5a4c6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 26.3.1 → 26.5.0](psf/black-pre-commit-mirror@26.3.1...26.5.0) - [github.com/PyCQA/isort: 8.0.1 → 9.0.0a3](PyCQA/isort@8.0.1...9.0.0a3) - [github.com/pre-commit/mirrors-mypy: v1.20.0 → v2.1.0](pre-commit/mirrors-mypy@v1.20.0...v2.1.0)
1 parent aca0289 commit 9e5a4c6

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black-pre-commit-mirror
3-
rev: 26.3.1
3+
rev: 26.5.0
44
hooks:
55
- id: black
66
name: black
@@ -48,7 +48,7 @@ repos:
4848
args: [--py310-plus]
4949

5050
- repo: https://github.com/PyCQA/isort
51-
rev: 8.0.1
51+
rev: 9.0.0a3
5252
hooks:
5353
- id: isort
5454
name: isort (python)
@@ -88,7 +88,7 @@ repos:
8888
additional_dependencies: [".[toml]"]
8989

9090
- repo: https://github.com/pre-commit/mirrors-mypy
91-
rev: v1.20.0
91+
rev: v2.1.0
9292
hooks:
9393
- id: mypy
9494
language_version: python3.12

0 commit comments

Comments
 (0)