From 8a02d38ce274db40e5629c882af1fefdb8c9adc3 Mon Sep 17 00:00:00 2001 From: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Date: Fri, 11 Dec 2020 12:32:49 +0000 Subject: Update mypy to 0.790 to resolve mypy CI errors (#72) --- tox.ini | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 0a2d14aec4..300417287a 100644 --- a/tox.ini +++ b/tox.ini @@ -159,12 +159,9 @@ commands= coverage html [testenv:mypy] -skip_install = True deps = {[base]deps} - mypy==0.782 - mypy-zope -extras = all +extras = all, mypy commands = mypy # To find all folders that pass mypy you run: -- cgit 1.5.1