Skip to content

Commit 380bc17

Browse files
authored
Merge pull request #7813 from hugovk/requirements-mypy
Install mypy from requirements file
2 parents e1c5d57 + fe1edb1 commit 380bc17

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.ci/requirements-mypy.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
mypy==1.7.1

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ commands =
3333
[testenv:mypy]
3434
skip_install = true
3535
deps =
36+
-r .ci/requirements-mypy.txt
3637
IceSpringPySideStubs-PyQt6
3738
IceSpringPySideStubs-PySide6
3839
ipython
39-
mypy==1.7.1
4040
numpy
4141
packaging
4242
types-cffi

0 commit comments

Comments
 (0)