From 680aceb866fc44d385938418a0cf84c047a493db Mon Sep 17 00:00:00 2001 From: Emily Rockman Date: Tue, 25 Jul 2023 13:55:25 -0500 Subject: [PATCH] add to pre-commit config --- .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 040cf1051a3..f9b926a9424 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,7 +37,7 @@ repos: alias: flake8-check stages: [manual] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.3.0 + rev: v1.4.0 hooks: - id: mypy # N.B.: Mypy is... a bit fragile.