KEMBAR78
Don't ask to install a stub package if stubs are installed by JukkaL · Pull Request #10670 · python/mypy · GitHub
Skip to content

Conversation

JukkaL
Copy link
Collaborator

@JukkaL JukkaL commented Jun 18, 2021

If we encounter an import of a submodule of a package with installed
stubs, and the submodule doesn't exist, don't ask to install stubs
since that's not going to help. Also make it possible to ignore this
error using --ignore-missing-imports.

Work on #10645.

JukkaL added 2 commits June 18, 2021 17:43
If we encounter an import of a submodule of a package with installed
stubs, and the submodule doesn't exist, don't ask to install stubs
since that's not going to help. Also make it possible to ignore this
error using `--ignore-missing-imports`.

Work on #10645.
@github-actions

This comment has been minimized.

@JukkaL JukkaL merged commit 002722e into master Jun 22, 2021
@JukkaL JukkaL deleted the fix-ignore-missing-imports branch June 22, 2021 12:07
JukkaL added a commit that referenced this pull request Jun 22, 2021
If we encounter an import of a submodule of a package with installed
stubs, and the submodule doesn't exist, don't ask to install stubs
since that's not going to help. Also make it possible to ignore this
error using `--ignore-missing-imports`.

Work on #10645.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants