Skip to content

Commit

Permalink
Install mypy from requirements file
Browse files Browse the repository at this point in the history
So Renovate can update it on a schedule
  • Loading branch information
hugovk committed Feb 19, 2024
1 parent ebc5794 commit fe1edb1
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 fe1edb1

Please sign in to comment.