From a8bcab841ae48e93659e0b646f80928ee1093da5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 16:45:01 +0000 Subject: [PATCH] pre-commit: bump https://github.com/pre-commit/mirrors-mypy Bumps the deps group with 1 update: [https://github.com/pre-commit/mirrors-mypy](https://github.com/pre-commit/mirrors-mypy). Updates `https://github.com/pre-commit/mirrors-mypy` from v1.19.1 to 1.20.0 - [Commits](https://github.com/pre-commit/mirrors-mypy/compare/v1.19.1...v1.20.0) --- updated-dependencies: - dependency-name: https://github.com/pre-commit/mirrors-mypy dependency-version: 1.20.0 dependency-type: direct:production dependency-group: deps ... Signed-off-by: dependabot[bot] --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ba8b6223..130f4829 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -54,7 +54,7 @@ repos: additional_dependencies: [flake8-bugbear, Flake8-pyproject] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.19.1 + rev: v1.20.0 hooks: - id: mypy name: Check Python types