From 5448f546cfd11762d86304323d0135c8cb6b9905 Mon Sep 17 00:00:00 2001 From: benoit Date: Mon, 11 Jul 2022 11:57:59 +0200 Subject: [PATCH] Pin the mypy version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 72b78ef..37fae39 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ setup( "black", "check-manifest", "flake8", - "mypy", + "mypy == 0.961", ], "test": [ "pytest",