mirror of
https://github.com/jtesta/ssh-audit.git
synced 2024-11-22 10:31:41 +01:00
No longer ignoring mypy and pylint results.
This commit is contained in:
parent
11e2e77585
commit
49cf91a902
4
tox.ini
4
tox.ini
@ -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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user