From f27e43eda9ba2a3e6e16509286313228042e2de6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 16:53:57 +0000 Subject: [PATCH] Bump https://github.com/pre-commit/mirrors-mypy from v2.1.0 to 2.3.0 Bumps [https://github.com/pre-commit/mirrors-mypy](https://github.com/pre-commit/mirrors-mypy) from v2.1.0 to 2.3.0. - [Commits](https://github.com/pre-commit/mirrors-mypy/compare/v2.1.0...v2.3.0) --- updated-dependencies: - dependency-name: https://github.com/pre-commit/mirrors-mypy dependency-version: 2.3.0 dependency-type: direct:production ... 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 89b2074..99bc46a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: - id: flake8 args: [ --extend-ignore=E501 ] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v2.1.0 + rev: v2.3.0 hooks: - id: mypy - repo: https://github.com/astral-sh/ruff-pre-commit