aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2017-12-18 09:33:14 +0100
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2017-12-18 09:33:14 +0100
commit4a3702792cc0270773d321b7b28daa0e3df023c2 (patch)
tree19cb31f96315241fd4dc8e121e754f8a0075ee4c /setup.cfg
parent8d836d251e1ce0b7141155fdc84aed8efc1850a6 (diff)
downloadmitmproxy-4a3702792cc0270773d321b7b28daa0e3df023c2.tar.gz
mitmproxy-4a3702792cc0270773d321b7b28daa0e3df023c2.tar.bz2
mitmproxy-4a3702792cc0270773d321b7b28daa0e3df023c2.zip
ignore contrib type errors
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
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