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 lxml
mypy mypy
commands = commands =
-mypy \ mypy \
--strict \ --strict \
--show-error-context \ --show-error-context \
--html-report {env:MYPYHTML}.py3.{envname} \ --html-report {env:MYPYHTML}.py3.{envname} \
@ -62,7 +62,7 @@ deps =
mccabe mccabe
pylint pylint
commands = commands =
-pylint \ pylint \
--rcfile tox.ini \ --rcfile tox.ini \
--load-plugins=pylint.extensions.bad_builtin \ --load-plugins=pylint.extensions.bad_builtin \
--load-plugins=pylint.extensions.check_elif \ --load-plugins=pylint.extensions.check_elif \