noseka1 / linuxband

GUI front-end for MMA (Musical MIDI Accompaniment)
linuxband.org
GNU General Public License v2.0
26 stars 15 forks source link

WIP: Make the Code PEP8 compliant #18

Closed jensrudolf closed 4 years ago

jensrudolf commented 4 years ago

This draft PR introduces some efforts to make the Python code PEP8 compliant. Currently, running flake8 on the code base results in 739 errors and warnings. Many of these are blank lines, white space and line length related but not all. The goal of this work is to cleanup the Python code regarding style and formatting without changing any functionality. In a later PR I would like to port the code to Python 3 as Python 2 is close to EOL. As I like the program very much, I would like to help making it future-proof.

This PR is a work-in-progress to discuss about the changes.

Comments and feedback are appreciated.

jensrudolf commented 4 years ago

Closing this in favor of a single commit pull request.