CCGSRobotics / RoboHUD

The RoboHUD GUI stack developed by CCGS Robotics
https://robohud.readthedocs.io
MIT License
10 stars 4 forks source link

Improve pylint score #39

Closed Finchiedev closed 5 years ago

Finchiedev commented 5 years ago

The refactored python driving sever code (dynamixels.py & server,py), although technologically superior to the old code, is hard to read and does not conform to the styleguide, which goes against one of the main objectives of this year's redesign - to make the code more advanced but easier to read.

The commits introduced in this pull request update the Pylint 'score'/rating to fully conform to its styleguide, with dynamixels.py and server.py both scoring 10/10 from the linter.