Add NumPy to tox for mypy

Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
Hugo van Kemenade 2023-12-19 11:25:42 +02:00 committed by GitHub
parent 5db5d66179
commit acc8f95f9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,5 +34,6 @@ commands =
skip_install = true
deps =
mypy==1.7.1
numpy
commands =
mypy src {posargs}