Skip to content

Commit

Permalink
Merge pull request #7813 from hugovk/requirements-mypy
Browse files Browse the repository at this point in the history
Install mypy from requirements file
  • Loading branch information
radarhere committed Feb 19, 2024
2 parents e1c5d57 + fe1edb1 commit 380bc17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .ci/requirements-mypy.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mypy==1.7.1
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 380bc17

Please sign in to comment.