-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Regression: "protobuf type stubs obscure other imports from google.*" is a problem again #9863
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
Comments
We haven't changed anything in how we deal with these packages over at typeshed. My guess is that this is a mypy bug in how it handles namespace packages. It's also possible that it could be a bug in the logic over at https://github.com/typeshed-internal/stub_uploader. Or something might have changed over at |
FYI, as an aside, I generally wouldn't recommend using mypy's |
I know, and I used to use this approach in the past. Filling Another approach I did: I installed all packaged from For the current issue, the only temporary workaround is to install all For any future reader: feel free to reopen the issue. |
Here we go again #5800
Failing code
Log
Versions
mypy.ini
.pre-commit-config.yaml
The text was updated successfully, but these errors were encountered: