roslibpy v1.4.0
Changed
- Switched to
black
for python code formatting. - Fix incompatible settings between
black
andflake8
. - Updated Github Actions workflows to remove python 3.6 builds.
- Replaced occurrences of
raise Exception
with more specificException
subclasses.