robotpy / mostrobotpy

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

rdev: add option to turn off stubgen #16

Open TheTripleV opened 8 months ago

virtuald commented 8 months ago

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

TheTripleV commented 8 months 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)