eager-dev / eager

[deprecated] Engine Agnostic Gym Environment for Robotics
https://eager-control.readthedocs.io/
Apache License 2.0
16 stars 0 forks source link

Make code PEP8 compliant and add automated PEP8 test #166

Closed AlexanderKeijzer closed 3 years ago

AlexanderKeijzer commented 3 years ago

Fixes #160 and fixes #24

You can check PEP8 compliance locally by installing flake8 and running flake8 in the top level of the repo.

AlexanderKeijzer commented 3 years ago

It would be nice to merge this ASAP as it touches almost every file and will therefore probably cause many merge conflicts.

jelledouwe commented 3 years ago

Seems good to me!