rules_proto_grpc
rules_proto_grpc copied to clipboard
[python] Generate .pyi stubs by default for .proto
Create a plugin that will generate pyi_out for standard proto. As per this comment.
This creates pyi files by default. Might mess with existing implementations, so maybe I can change to a flag or something instead?