Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include MyPy install types when using make install command #92

Open
fboCadran opened this issue Sep 29, 2023 · 0 comments
Open

Include MyPy install types when using make install command #92

fboCadran opened this issue Sep 29, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@fboCadran
Copy link

fboCadran commented Sep 29, 2023

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?

@fboCadran fboCadran added the enhancement New feature or request label Sep 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants