From 49cf91a902ebd927a05e3623968ca0d22fd98e69 Mon Sep 17 00:00:00 2001 From: Joe Testa Date: Fri, 5 Feb 2021 16:26:14 -0500 Subject: [PATCH] No longer ignoring mypy and pylint results. --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index eb2103a..4b6d8d0 100644 --- a/tox.ini +++ b/tox.ini @@ -51,7 +51,7 @@ deps = lxml mypy commands = - -mypy \ + mypy \ --strict \ --show-error-context \ --html-report {env:MYPYHTML}.py3.{envname} \ @@ -62,7 +62,7 @@ deps = mccabe pylint commands = - -pylint \ + pylint \ --rcfile tox.ini \ --load-plugins=pylint.extensions.bad_builtin \ --load-plugins=pylint.extensions.check_elif \