Skip to content

Regenerate the protos

Cal Pratt requested to merge cpratt34/protos-regen into master

Description

A new script has been created to regenerate the protos by calling:

tox -e protos

All protos that get generated are listed in the protos/protos.yaml file. This change also includes type hint fixes made possible by the new .pyi files generated, and updates to the documentation on how to generate.

Merge request reports