Skip to content

Commit

Permalink
No longer ignoring mypy and pylint results.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtesta committed Feb 5, 2021
1 parent 11e2e77 commit 49cf91a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ deps =
lxml
mypy
commands =
-mypy \
mypy \
--strict \
--show-error-context \
--html-report {env:MYPYHTML}.py3.{envname} \
Expand All @@ -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 \
Expand Down

0 comments on commit 49cf91a

Please sign in to comment.