Closed
Description
We currently run mypy in the pre-commit hooks
CI. However, this is done in an environment where no dependencies are installed. Therefore we missed the errors that pop up when running mypy with numpy 1.20 installed. (Please correct my if I misunderstood this). Should we add a new step to our CI and run mypy?
I think we should at least add this to ubuntu-latest py3.8
. For more complete checks we could also go for ubuntu-latest py37-min-all-deps
and upstream-dev
.
Metadata
Metadata
Assignees
Labels
No labels