diff options
Diffstat (limited to '.mypy.ini')
-rw-r--r-- | .mypy.ini | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |