robotpy / mostrobotpy

Official Repository of python implementation of WPILib components
https://robotpy.github.io
Other
11 stars 14 forks source link

rdev: add option to turn off stubgen #16

Open TheTripleV opened 1 year ago

virtuald commented 1 year ago

There is already an environment variable in robotpy-build to suppress stubgen building.

TheTripleV commented 1 year ago

Right, but since there's actual tooling now, all the options should be configurable through the tooling. So I don't have to manually set environment variables every time I open a new terminal (and no, I don't want to globally set robotpy build options only to forget about em in the future)