99designs / colorific

Automatic color palette detection
ISC License
700 stars 55 forks source link

check pep8 & pyflakes #13

Closed gkmngrgn closed 11 years ago

gkmngrgn commented 11 years ago

pep8 is a style guide for python. and pyflakes is a util which checks python codes for errors.

I updated the code for pep8 and pyflakes outputs.

larsyencken commented 11 years ago

Thanks! I admit to preferring a different style of hanging indent, but I should just stick to PEP8 :)

gkmngrgn commented 11 years ago

thank you for merging.

larsyencken commented 11 years ago

Out of curiosity, what's your editor? I use Vim with the Syntastic plugin.

gkmngrgn commented 11 years ago

@larsyencken I like vim but my editor is emacs, and I use pycharm for big projects. if you ask for pep8 pyflakes support, you don't need to any editor, you can also use them as a command.

larsyencken commented 11 years ago

Ah, interesting. The syntastic plugin has flake8 usage built-in, but I wasn't running it when we originally wrote colorific.

Thanks again!