From 9d6d37280b72724bd64f69fe7c98d687cbfa5317 Mon Sep 17 00:00:00 2001 From: j-ittner Date: Tue, 23 Jul 2024 11:09:01 +0200 Subject: [PATCH] BUILD: update mypy to 1.11.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 75e7c27c..40480b8d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,7 +40,7 @@ repos: exclude: condabuild/meta.yaml - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.10.0 + rev: v1.11.0 hooks: - id: mypy entry: mypy src/ test/ sphinx/