Skip to content

Commit 4050c66

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 8.0.1 → 9.0.0a3](PyCQA/isort@8.0.1...9.0.0a3) - [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/pre-commit/mirrors-mypy: v1.20.1 → v2.1.0](pre-commit/mirrors-mypy@v1.20.1...v2.1.0)
1 parent 9eeac0d commit 4050c66

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
@@ -14,11 +14,11 @@ repos:
1414
types: [text]
1515
stages: [pre-commit, pre-push, manual]
1616
- repo: https://github.com/PyCQA/isort
17-
rev: 8.0.1
17+
rev: 9.0.0a3
1818
hooks:
1919
- id: isort
2020
- repo: https://github.com/psf/black-pre-commit-mirror
21-
rev: 26.3.1
21+
rev: 26.5.1
2222
hooks:
2323
- id: black
2424
- repo: https://github.com/asottile/pyupgrade
@@ -27,7 +27,7 @@ repos:
2727
- id: pyupgrade
2828
args: [--py37-plus]
2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: v1.20.1
30+
rev: v2.1.0
3131
hooks:
3232
- id: mypy
3333
additional_dependencies:

0 commit comments

Comments
 (0)