From 5f8ff373ab9a1cdd99cbd8f46021c85cb78dbcae Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 13 Nov 2023 18:15:10 +0100 Subject: [PATCH] Update mypy to v1.7.0 in pre-commit-config.yaml --- .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 9ca25426b..0c6575e1a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: # stages: [push] - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.5.1" + rev: "v1.7.0" hooks: - id: mypy exclude: build_helpers