From 98527e7aa0d310090f47c6458a2c4a07069cc67a Mon Sep 17 00:00:00 2001 From: Athanasius Date: Fri, 16 Dec 2022 13:24:50 +0000 Subject: [PATCH] pre-commit: Bump mypy to current latest version * The older version didn't like `check_untyped_defs = True` in .mypy.ini. * Trying `-repo: local` lead to an error about config options. * We really need a way to have this track the non-pre-commit version of mypy. --- .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 50d91e96..d841cda1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -46,7 +46,7 @@ repos: # mypy - static type checking # mypy --follow-imports skip - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v0.931' + rev: 'v0.991' hooks: - id: mypy # verbose: true