From 6ffdef6f1c8ca83642c1be8f391f2c5e575b4a25 Mon Sep 17 00:00:00 2001 From: Lawrence Mitchell Date: Thu, 11 May 2023 18:04:16 +0100 Subject: [PATCH] Update 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 08cc6ec4a14..0ac54113278 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -44,7 +44,7 @@ repos: hooks: - id: cython-lint - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v0.971' + rev: 'v1.3.0' hooks: - id: mypy additional_dependencies: [types-cachetools]