mypy in pre-commit fails to pull the packages that define type hints separately from the main package. I suggest adding `mypy --install-types --non-interactive` to pre-commit, as well as `install_types = true` and `non_interactive = true` to pyproject.
mypy in pre-commit fails to pull the packages that define type hints separately from the main package.
I suggest adding
mypy --install-types --non-interactiveto pre-commit, as well asinstall_types = trueandnon_interactive = trueto pyproject.