hhroc / yellr-server

Server for yellr project
GNU Affero General Public License v3.0
6 stars 5 forks source link

Convert Python Code to PEP8 #227

Open Nolski opened 9 years ago

Nolski commented 9 years ago

Flake8 is a good tool for this. It runs the code through PEP8 (style) as well as pyflakes (python linting).