Skip to content

Commit d9c79c3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.20.0](pre-commit/mirrors-mypy@v1.18.2...v1.20.0) - [github.com/PyCQA/isort: 7.0.0 → 8.0.1](PyCQA/isort@7.0.0...8.0.1)
1 parent fe5f177 commit d9c79c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ repos:
4040
- flake8-pyproject
4141
- flake8-string-format
4242
- repo: https://github.com/pre-commit/mirrors-mypy
43-
rev: v1.18.2
43+
rev: v1.20.0
4444
hooks:
4545
- id: mypy
4646
additional_dependencies: [types-setuptools]
@@ -51,7 +51,7 @@ repos:
5151
args: [-i]
5252
additional_dependencies: [toml]
5353
- repo: https://github.com/PyCQA/isort
54-
rev: 7.0.0
54+
rev: 8.0.1
5555
hooks:
5656
- id: isort
5757
ci:

0 commit comments

Comments
 (0)