From e610d514928624328271ca3989689ad1de269817 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 02:05:59 +0000 Subject: [PATCH] chore(deps): update pre-commit hook pre-commit/mirrors-mypy to v1.11.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 c3c1149..57e8b16 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,7 +40,7 @@ repos: args: [ --fix ] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.11.0 + rev: v1.11.1 hooks: # We overwrite the args as we configure mypy via our mypy.ini # We require separate instances due to several files being named the same which mypy cannot handle