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 \