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
I'm pursuing better type coverage for mypy-protobuf generated stubs.
runtime_version seems to have been added in protobuf v27.0, and even though it's only intended for internal use, the lack of typing is still causing red squiggles.
What options do I have for either selectively skipping typechecking for "internal" types or would it be preferable to correctly model the exposed types in that module and mirror the comments suggesting that the module isn't intended for public consumption?
Thank you in advance
The text was updated successfully, but these errors were encountered:
I'm pursuing better type coverage for mypy-protobuf generated stubs.
runtime_version seems to have been added in protobuf v27.0, and even though it's only intended for internal use, the lack of typing is still causing red squiggles.
What options do I have for either selectively skipping typechecking for "internal" types or would it be preferable to correctly model the exposed types in that module and mirror the comments suggesting that the module isn't intended for public consumption?
Thank you in advance
The text was updated successfully, but these errors were encountered: