kachayev / fn.py

Functional programming in Python: implementation of missing features to enjoy FP
Other
3.35k stars 204 forks source link

PEP-8? #71

Open microamp opened 9 years ago

microamp commented 9 years ago

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?