You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class SimpleSetupArrayOutput(SimpleSetupEntity):
def getDataType(self) -> DATA_TYPE:
...
class SimpleSetupEntity:
def getName(self) -> str:
...
This is out of order because the SimpleSetupArrayOutput is a subclass of SimpleSetupEntity and this causes linting errors. Is there a way to turn off sorting? Or is it possible to sort and then reorder as necessary?
The text was updated successfully, but these errors were encountered:
When I run pybind11-stubgen, I see ouput:
The text was updated successfully, but these errors were encountered: