From 892fb77ec39287750967888991afb29f03906d80 Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 18 Jan 2023 19:31:20 +0100 Subject: [PATCH] Update mypy pre-commit hook --- .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 306e4bbda..4a70fc3a6 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: "v0.942" + rev: "v0.991" hooks: - id: mypy exclude: build_helpers