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
Can you also add documentation for how to use this package as part of a python based ROS package?
Considering it's a python formatter, it would be great to show how to use it in a standard ROS python package.
So far, I've have this. I can format the code with ament_black, but then the test fails. It can't tell why, only the number of failures are reported.
Thanks for putting this package together.
Can you also add documentation for how to use this package as part of a python based ROS package?
Considering it's a python formatter, it would be great to show how to use it in a standard ROS python package.
So far, I've have this. I can format the code with ament_black, but then the test fails. It can't tell why, only the number of failures are reported.
package.xml
setup.py
test/test_black.py
Results
The text was updated successfully, but these errors were encountered: