RedHat-Israel / ROSE

ROSE project car race game
GNU General Public License v2.0
34 stars 125 forks source link

Use black for automatic code formatting #482

Closed nirs closed 1 year ago

nirs commented 1 year ago

Using black we can get good automatic formatting that can be done automatically in most editors and easy to check in the CI.

This can help new contributors to write more idiomatic code and avoids spending time on formatting issues in reviews.

Examples from ramen project on how to integrate black: