From 95d9ec88ac3570984c46fab0b3e5fc5ea7500d78 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Mon, 20 Mar 2017 13:13:40 +1300 Subject: tox: mypy checking for entire codebase Also fix a few linting errors. --- tox.ini | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index a1ed53f7..fafb455e 100644 --- a/tox.ini +++ b/tox.ini @@ -27,17 +27,7 @@ commands = flake8 --jobs 8 mitmproxy pathod examples test release python3 test/filename_matching.py rstcheck README.rst - mypy --ignore-missing-imports --follow-imports=skip \ - mitmproxy/addons/ \ - mitmproxy/addonmanager.py \ - mitmproxy/optmanager.py \ - mitmproxy/proxy/protocol/ \ - mitmproxy/log.py \ - mitmproxy/tools/dump.py \ - mitmproxy/tools/web/ \ - mitmproxy/contentviews/ - mypy --ignore-missing-imports \ - mitmproxy/master.py + mypy --ignore-missing-imports ./mitmproxy [testenv:individual_coverage] deps = -- cgit v1.2.3