summaryrefslogtreecommitdiff
path: root/.mypy.ini
diff options
context:
space:
mode:
Diffstat (limited to '.mypy.ini')
-rw-r--r--.mypy.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/.mypy.ini b/.mypy.ini
index 03b5a0b1d..e0bff335f 100644
--- a/.mypy.ini
+++ b/.mypy.ini
@@ -49,6 +49,9 @@ ignore_missing_imports = True
# https://github.com/ronaldoussoren/pyobjc/issues/417
ignore_missing_imports = True
+[mypy-qutebrowser.browser.webkit.*]
+ignore_errors = True
+
[mypy-qutebrowser.browser.browsertab]
disallow_untyped_defs = True