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

Add --dry-run flag to mypy --install-types #14663

Closed
JakeSummers opened this issue Feb 9, 2023 · 1 comment
Closed

Add --dry-run flag to mypy --install-types #14663

JakeSummers opened this issue Feb 9, 2023 · 1 comment
Labels

Comments

@JakeSummers
Copy link

Feature

When adding mypy to existing projects, you often need to track down the missing typesheds.

My projects dependencies are managed with poetry. What I would like to do is something like this:

$ mypy --install-types --dry-run
types-google-cloud-ndb
types-response

Then I can run a poetry add types-response for each of the items listed.

@hauntsaninja
Copy link
Collaborator

Thanks, we should do #10600 (comment) which I believe meets your use case

@hauntsaninja hauntsaninja closed this as not planned Won't fix, can't repro, duplicate, stale Nov 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants