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",