From e24b4cc1b64455b8b9b5d1265103054bb8b3a8af Mon Sep 17 00:00:00 2001 From: harsh vijay Date: Tue, 2 May 2017 05:19:25 +0530 Subject: Extend Mypy checking to pathod * mypy checking pathod * initial commit , fixed errors * tox: mypy checking to pathod * Fixed mypy test failed * issue was with args in custom_contentview.py * tox: mypy checking to #2221 * follow-import=skip since we cant provide args to custom_contentview.py during mypy testing * Lint , Typo Fixed * code style: module import --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index fafb455e..3f3240ae 100644 --- a/tox.ini +++ b/tox.ini @@ -28,6 +28,8 @@ commands = python3 test/filename_matching.py rstcheck README.rst mypy --ignore-missing-imports ./mitmproxy + mypy --ignore-missing-imports ./pathod + mypy --ignore-missing-imports --follow-imports=skip ./examples/simple/ [testenv:individual_coverage] deps = -- cgit v1.2.3