From f5075fba40176d649afe64d9f6e3ae7a36e9d58b Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Sat, 12 Oct 2019 00:00:59 +0300 Subject: [PATCH] pylint is broken again --- testenv/tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testenv/tox.ini b/testenv/tox.ini index 4baf7548..63f417be 100644 --- a/testenv/tox.ini +++ b/testenv/tox.ini @@ -17,7 +17,8 @@ deps = [testenv:pylint] whitelist_externals = bash -commands = bash -c 'pylint --rcfile=testenv/linters/pylint.ini --output-format=colorized --reports=no kvmd testenv/tests *.py' +commands = bash -c 'pylint --rcfile=testenv/linters/pylint.ini --output-format=colorized --reports=no kvmd testenv/tests genmap.py' +# TODO: return setup.py back. Now pylint is broken. Again. deps = pylint pytest