RedHat-Israel / ROSE

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

Use more idiomatic docstring indentation #481

Closed nirs closed 10 months ago

yaacov commented 10 months ago

p.s. IMHO we need a dot tile for flake8:

[flake8]
max-line-length = 240

the 80 chars rule is not fun :-)

nirs commented 10 months ago

Nice code have short and sweet names and only few indentation levels and works fine with 80 characters.

But we can switch to black auto formatter, which accepts longer lines for the few case they are needed (e.g. long url in comments) and save the work for formatting the code.

Added #482 with example on how to integrate it.