mypy: make mypy run with --install-types by default
This should allow us to remove all the dependencies on types-* eveywhere at some point.
Merge request reports
Activity
Filter activity
added 1 commit
- a0c45666 - mypy: make mypy run with --install-types by default
Jenkins job DDATASET/gitlab-builds #63 succeeded .
See Console Output and Coverage Report for more details.Jenkins job DDATASET/gitlab-builds #64 succeeded .
See Console Output and Coverage Report for more details.To do this properly, we would need to have
--install-types
in both tox and pre-commit;As the mypy pre-commit hook runs on the global venv rather than the usual isolated pre-commit venv (because mypy needs all the typing deps installed, nullifying the pre-commit venv caching), this would mean installing arbitrary packages, so we won't do that.
Please register or sign in to reply