Merge pull request #7813 from hugovk/requirements-mypy

Install mypy from requirements file
This commit is contained in:
Andrew Murray 2024-02-20 08:17:37 +11:00 committed by GitHub
commit 380bc1766b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
mypy==1.7.1

View File

@ -33,10 +33,10 @@ commands =
[testenv:mypy]
skip_install = true
deps =
-r .ci/requirements-mypy.txt
IceSpringPySideStubs-PyQt6
IceSpringPySideStubs-PySide6
ipython
mypy==1.7.1
numpy
packaging
types-cffi