No longer ignoring mypy and pylint results.

This commit is contained in:
Joe Testa 2021-02-05 16:26:14 -05:00
parent 11e2e77585
commit 49cf91a902

View File

@ -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 \