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 4a4b90c commit e295000
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,8 +33,8 @@ commands =
[testenv:mypy]
skip_install = true
deps =
-r .ci/requirements-mypy.txt
ipython
mypy==1.7.1
numpy
extras =
typing
Expand Down

0 comments on commit e295000

Please sign in to comment.