summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-06-29 13:45:13 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-06-29 21:10:01 +0200
commitd27902e054363bb4afabe607dc858ed4e2b60ff2 (patch)
tree37d1080660ca65cdc4d09cc6a4be44093a976227
parent772c39cea29848459d21f563228ca1d360f69d4b (diff)
downloadqutebrowser-d27902e054363bb4afabe607dc858ed4e2b60ff2.tar.gz
qutebrowser-d27902e054363bb4afabe607dc858ed4e2b60ff2.zip
qt6 mypy: Add PyQt6-stubs
Unfortunately there is no PyPI release yet, so install from git. 243 -> 191 errors
-rw-r--r--misc/requirements/requirements-mypy.txt1
-rw-r--r--misc/requirements/requirements-mypy.txt-raw1
2 files changed, 2 insertions, 0 deletions
diff --git a/misc/requirements/requirements-mypy.txt b/misc/requirements/requirements-mypy.txt
index 4b512d579..ba144db4b 100644
--- a/misc/requirements/requirements-mypy.txt
+++ b/misc/requirements/requirements-mypy.txt
@@ -13,6 +13,7 @@ pluggy==1.2.0
Pygments==2.15.1
PyQt5-stubs==5.15.6.0
tomli==2.0.1
+PyQt6-stubs @ git+https://github.com/python-qt-tools/PyQt6-stubs.git@f623a641cd5cdff53342177e4fbbf9cae8172336
types-PyYAML==6.0.12.10
typing_extensions==4.6.3
zipp==3.15.0
diff --git a/misc/requirements/requirements-mypy.txt-raw b/misc/requirements/requirements-mypy.txt-raw
index 53a2e82f3..2c22167d6 100644
--- a/misc/requirements/requirements-mypy.txt-raw
+++ b/misc/requirements/requirements-mypy.txt-raw
@@ -3,6 +3,7 @@ lxml # For HTML reports
diff-cover
PyQt5-stubs
+git+https://github.com/python-qt-tools/PyQt6-stubs.git
types-PyYAML
# So stubs are available even on newer Python versions