You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
making sure that that config is placed above any more general config like what's shown below.
[mypy-google.*]
ignore_missing_imports = True
The effect is that the (incorrect) protobuf typeshed stubs aren't looked at, and thus the errors within don't break our builds. The relevant piece of the MyPy docs are:
Used in conjunction with follow_imports=skip, this can be used to suppress the import of a module from typeshed, replacing it with Any.
Not too confident this will be easily fixed on the
typeshed
side -> python/typeshed#2521The text was updated successfully, but these errors were encountered: