From cc04f3279ae31339c1177d8143fd7d41d60540ce Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 3 Jun 2023 08:47:46 +0200 Subject: [PATCH] bump pre-commit mypy version --- .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 eb50a3a3f..67e7ece19 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.0.1" + rev: "v1.3.0" hooks: - id: mypy exclude: build_helpers