We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
--dry-run
mypy --install-types
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.
poetry add types-response
The text was updated successfully, but these errors were encountered:
--install-types
Thanks, we should do #10600 (comment) which I believe meets your use case
Sorry, something went wrong.
No branches or pull requests
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:
Then I can run a
poetry add types-response
for each of the items listed.The text was updated successfully, but these errors were encountered: