From 4a3702792cc0270773d321b7b28daa0e3df023c2 Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Mon, 18 Dec 2017 09:33:14 +0100 Subject: ignore contrib type errors --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index fd31d15b..7c754722 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,6 +19,9 @@ exclude_lines = pragma: no cover raise NotImplementedError() +[mypy-mitmproxy.contrib.*] +ignore_errors = True + [tool:full_coverage] exclude = mitmproxy/proxy/protocol/base.py -- cgit v1.2.3