heronsystems / adeptRL

Reinforcement learning framework to accelerate research
GNU General Public License v3.0
204 stars 29 forks source link

black: applying black --line-length 80 to the entire codebase. #79

Closed sflc6 closed 4 years ago

sflc6 commented 4 years ago

To reproduce this commit:

  1. Run: cd adeptRL; find . -name "*.py" -print0 | xargs -0 black --line-length 80; Upon doing this, a single file fails due to a syntax error: adeptRL/tests/distrib/control_flow_zmq.py.

  2. I commented out the offending lines in control_flow_zmq.py and re-ran black --line-length adeptRL/tests/distrib/control_flow_zmq.py