mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 10:16:17 +03:00
Install mypy from requirements file
So Renovate can update it on a schedule
This commit is contained in:
parent
ebc57945e3
commit
fe1edb1e0f
1
.ci/requirements-mypy.txt
Normal file
1
.ci/requirements-mypy.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
mypy==1.7.1
|
2
tox.ini
2
tox.ini
|
@ -33,10 +33,10 @@ commands =
|
||||||
[testenv:mypy]
|
[testenv:mypy]
|
||||||
skip_install = true
|
skip_install = true
|
||||||
deps =
|
deps =
|
||||||
|
-r .ci/requirements-mypy.txt
|
||||||
IceSpringPySideStubs-PyQt6
|
IceSpringPySideStubs-PyQt6
|
||||||
IceSpringPySideStubs-PySide6
|
IceSpringPySideStubs-PySide6
|
||||||
ipython
|
ipython
|
||||||
mypy==1.7.1
|
|
||||||
numpy
|
numpy
|
||||||
packaging
|
packaging
|
||||||
types-cffi
|
types-cffi
|
||||||
|
|
Loading…
Reference in New Issue
Block a user