qt6 mypy: Add PyQt6-stubs
Unfortunately there is no PyPI release yet, so install from git. 243 -> 191 errors
This commit is contained in:
parent
772c39cea2
commit
d27902e054
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue