From 3a58a278dcd7b30936b30312d8d414068c49eee4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 10:13:46 +0000 Subject: [PATCH] Bump pre-commit hook pre-commit/mirrors-mypy to v2.3.1 --- .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 c2a40dd..135d8cb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: args: [--check, --config, ./pyproject.toml] - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v2.3.0' # make sure this is always consistent with hatch configs + rev: 'v2.3.1' # make sure this is always consistent with hatch configs hooks: - id: mypy args: ["--config-file=./pyproject.toml", "--install-types", "--non-interactive", "--ignore-missing-imports"]