summaryrefslogtreecommitdiff
path: root/.mypy.ini
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-06-29 13:49:47 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-06-29 21:10:01 +0200
commit53d67e2c39c40e52019503ab85efabd2981e5835 (patch)
treece4f179cb83df89a12710958edb5084b98f7c8c5 /.mypy.ini
parent44bb9d7badc57ee973a4d8517c987ca3cb82805b (diff)
downloadqutebrowser-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.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