emmett-framework / emmett

The web framework for inventors
BSD 3-Clause "New" or "Revised" License
1.06k stars 71 forks source link

pep8 compliance #102

Closed vanadium23 closed 8 years ago

vanadium23 commented 8 years ago

There is a good practice to follow pep8 rules for lib projects. I have suggestion to add pyflakes to travil builds and refactor code according to it.

Is there any negative points for that improvement?

gi0baro commented 8 years ago

@vanadium23 yep, I don't have pyflakes runs on travis, but I use integrated pep8 linting in my editor, so the actual code should be pep8 compliant ~99% :) If you want to push a PR for that I will accept it.

vanadium23 commented 8 years ago

Hope doesn't break too much (:

vanadium23 commented 8 years ago

Was done in #105