You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When enabling MyPy type checking, the install types are not included after the make install, unless we manually specify all needed type dependencies.
Describe the solution you would like
We should enable something to include all the install types automatically. A pragmatic solution would be to add @poetry run mypy --install-types. But there might be better solutions, such as poetry-types, as we would like an automatic way to include all used types as (dev) dependencies.
Additional context
Curious what you think about this?
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When enabling MyPy type checking, the install types are not included after the make install, unless we manually specify all needed type dependencies.
Describe the solution you would like
We should enable something to include all the install types automatically. A pragmatic solution would be to add
@poetry run mypy --install-types
. But there might be better solutions, such as poetry-types, as we would like an automatic way to include all used types as (dev) dependencies.Additional context
Curious what you think about this?
The text was updated successfully, but these errors were encountered: