From 4378e25fa2890c59d561263be778949598eb6487 Mon Sep 17 00:00:00 2001 From: Tony Tung Date: Thu, 17 Oct 2019 13:02:33 -0700 Subject: [PATCH] Don't use mypy 0.740 (#1616) [This](https://github.com/python/mypy/issues/7735) causes spurious errors. --- REQUIREMENTS-CI.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/REQUIREMENTS-CI.txt b/REQUIREMENTS-CI.txt index be6944c5f..d2a8c15cd 100644 --- a/REQUIREMENTS-CI.txt +++ b/REQUIREMENTS-CI.txt @@ -1,7 +1,7 @@ flake8 flake8-import-order m2r -mypy +mypy != 0.740 numpydoc nbencdec >= 0.0.5 pycodestyle==2.5.0