From 14441685515e466dc42d5777f6723268d9ed2760 Mon Sep 17 00:00:00 2001 From: hauntsaninja Date: Sun, 9 Jul 2023 16:30:59 -0700 Subject: [PATCH] Upgrade to latest mypy Newer mypy is typically much faster, a lot has happened since 0.991 --- .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 bb647763e70..c2f4b1684e6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,7 +38,7 @@ repos: - flake8-simplify - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.991 + rev: v1.4.1 hooks: - id: mypy exclude: ^docs/conf.py