PEP-8?
microamp opened this issue · 0 comments
microamp commented
As per http://legacy.python.org/dev/peps/pep-0008. Just to make the codebase look more organised and consistent.
I'm not sure how mature packages like 'autopep8' are at present, but worth having a look if we are going with this. There is no harm doing it manually though. Optionally, we can also add 'flake8' testing to CI for future commits.
What are your thoughts on this, @kachayev?