vladris / tinkerer

Python blogging engine
https://vladris.com/tinkerer
Other
305 stars 81 forks source link

Add tox environment for running flake8 style check #52

Closed dhellmann closed 10 years ago

dhellmann commented 10 years ago

flake8 runs pyflakes and pep8 checks for the specified files.

Change-Id: I5c434a261057ee3185abfd83583f0d2ba7c6d538

dhellmann commented 10 years ago

Not everyone likes the style rules for pyflakes and pep8, so I'll understand if you don't want to enforce them.