mirror of
https://github.com/jtesta/ssh-audit.git
synced 2024-11-16 13:35:39 +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
|
||||
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 \
|
||||
|
Loading…
Reference in New Issue
Block a user