mypy: Add PyQt5 stubs
This commit is contained in:
parent
12b26512fc
commit
3cc2af909b
@ -2,4 +2,7 @@
|
|||||||
|
|
||||||
mypy==0.641
|
mypy==0.641
|
||||||
mypy-extensions==0.4.1
|
mypy-extensions==0.4.1
|
||||||
|
PyQt5==5.11.3
|
||||||
|
PyQt5-sip==4.19.13
|
||||||
|
PyQt5-stubs==5.11.3.0
|
||||||
typed-ast==1.1.0
|
typed-ast==1.1.0
|
||||||
|
@ -1 +1,2 @@
|
|||||||
mypy
|
mypy
|
||||||
|
PyQt5-stubs
|
||||||
|
2
tox.ini
2
tox.ini
@ -196,4 +196,4 @@ deps =
|
|||||||
-r{toxinidir}/requirements.txt
|
-r{toxinidir}/requirements.txt
|
||||||
-r{toxinidir}/misc/requirements/requirements-mypy.txt
|
-r{toxinidir}/misc/requirements/requirements-mypy.txt
|
||||||
commands =
|
commands =
|
||||||
{envpython} -m mypy --ignore-missing-imports qutebrowser
|
{envpython} -m mypy qutebrowser
|
||||||
|
Loading…
Reference in New Issue
Block a user