From 34073349271729cdeca77ef8bd6f1b054c2fb079 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 03:17:47 +0000 Subject: [PATCH] chore(deps): update pre-commit hook pre-commit/mirrors-mypy to v1.13.0 --- .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 4a92f79..d2ea2eb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -47,7 +47,7 @@ repos: args: [ --fix ] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.11.2 + rev: v1.13.0 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