From 116b2e85a65f222433a6d5e96a0238e9fabda55a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 19:34:35 +0000 Subject: [PATCH] ci: bump https://github.com/pre-commit/mirrors-mypy from v2.1.0 to 2.2.0 Bumps [https://github.com/pre-commit/mirrors-mypy](https://github.com/pre-commit/mirrors-mypy) from v2.1.0 to 2.2.0. This release includes the previously tagged commit. - [Commits](https://github.com/pre-commit/mirrors-mypy/compare/d2823d321df3af8f878f7ee3414dc94d037145b9...0cbe8f6e54466b1b48f9d41f44abb4d06c061b5e) --- updated-dependencies: - dependency-name: https://github.com/pre-commit/mirrors-mypy dependency-version: 2.2.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 4db5afa..c34c6ff 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -51,7 +51,7 @@ repos: language: python - repo: https://github.com/pre-commit/mirrors-mypy - rev: d2823d321df3af8f878f7ee3414dc94d037145b9 # frozen: v2.1.0 + rev: 0cbe8f6e54466b1b48f9d41f44abb4d06c061b5e # frozen: v2.2.0 hooks: - id: mypy args: ["--strict"]