-
Notifications
You must be signed in to change notification settings - Fork 85
Description
Hi! Recently, Buf (org dealing with standardizing protobuf practices) has created a facility for compiling proto files without requiring installation of the individual plugins: https://buf.build/blog/remote-plugin-execution
Adding mypy-protobuf to the repo would allow using it without requiring installation.
In fact, a couple of people have already created the Dockerfile here:
https://github.com/jeffsawatzky/mypy-protobuf-bufbuild
https://github.com/adriansahlman/mypy-protobuf-bufbuild
They have also published a BSR repo under their name.
That said, it would be best if the BSR repository was kept up to date as part of the CI of this repo.
If possible, would you be ok with creating a BSR repo with the nipunn1313 username?
The instructions to do so are here: https://docs.buf.build/bsr/remote-generation/plugin-example
If not, no worries, since the other's solutions will suffice for now.