osrf / capabilities

Implements the concept of capabilities as part of the robots-in-concert system.
Other
8 stars 26 forks source link

Switch from pep8 to pycodestyle and actually run it #93

Closed cottsay closed 4 years ago

cottsay commented 4 years ago

The pep8 package has been deprecated and replaced by pycodestyle, which claims to be a drop-in replacement.

The code quality tests have actually been broken since 2013 when they were regressed by fbd36868fdb8cc22dfc4b89f4ace475554b486a8. I fixed the test and fixed the pep8 violations that have accumulated since then.

wjwwood commented 4 years ago

I'll merge now, fixing the CI for this repository is on my TODO list.