From cd9cd8a19593e27a9cb763798a901fd4fa5c9cad Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Tue, 14 Feb 2017 22:44:55 +0100 Subject: update lint options --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 7bd33dda..d798c11a 100644 --- a/tox.ini +++ b/tox.ini @@ -29,9 +29,9 @@ commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html [testenv:lint] commands = mitmdump --version - flake8 --jobs 8 --count mitmproxy pathod examples test release + flake8 --jobs 8 mitmproxy pathod examples test release rstcheck README.rst - mypy --silent-imports \ + mypy --ignore-missing-imports --follow-imports=skip \ mitmproxy/addons/ \ mitmproxy/addonmanager.py \ mitmproxy/proxy/protocol/ \ -- cgit v1.2.3