terrasnek icon indicating copy to clipboard operation
terrasnek copied to clipboard

PEP8 and related formatting issues

Open evilensky opened this issue 2 years ago • 0 comments

IDEs such as Jetbrains Pycharm and VS Code flag numerous formatting violations in various places. The usual gubbins like trailing white space, inconsistent use of line continuation markers, and lack of trailing white space on end of file.

A possible solution would be to reformat the code base in black providing a consistent, uncompromising style. Black has the distinct benefit of absolving projects of any current or future formatting discussions. But some of its choices are controversial.

Possible acceptance criteria would be: code base is reformatted / PEP8 errors are all resolved and a CI step is added to enforce formatting / prevent formatting regressions.

evilensky avatar Nov 23 '22 14:11 evilensky