diff options
author | Florian Bruhin <me@the-compiler.org> | 2023-06-29 13:49:47 +0200 |
---|---|---|
committer | Florian Bruhin <me@the-compiler.org> | 2023-06-29 21:10:01 +0200 |
commit | 53d67e2c39c40e52019503ab85efabd2981e5835 (patch) | |
tree | ce4f179cb83df89a12710958edb5084b98f7c8c5 /.mypy.ini | |
parent | 44bb9d7badc57ee973a4d8517c987ca3cb82805b (diff) | |
download | qutebrowser-53d67e2c39c40e52019503ab85efabd2981e5835.tar.gz qutebrowser-53d67e2c39c40e52019503ab85efabd2981e5835.zip |
qt6 mypy: Lie about WebKit being available with Qt 6
185 -> 81 errors
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 |