Farama-Foundation / SuperSuit

A collection of wrappers for Gymnasium and PettingZoo environments (being merged into gymnasium.wrappers and pettingzoo.wrappers
Other
452 stars 57 forks source link

Convert from flake8 to black #147

Closed jjshoots closed 2 years ago

jjshoots commented 2 years ago

Seeing as Gym and PettingZoo are using black instead of flake8, I think Supersuit should be changed to be the same. It also makes it easier for any contributions by newcomers easier, as they can just do black . instead of needing to use autopep8.

I also think black makes things more readable.

jjshoots commented 2 years ago

Closing because it turns out they use both.