BerkeleyAutomation / malasakit

Malasakit is a customizable participatory assessment platform that collects and integrates quantitative assessment, qualitative feedback, and peer-to-peer collaborative filtering on ways local communities can become better prepared for typhoons and floods.
2 stars 8 forks source link

Fix style to comply with PEP 8 #38

Closed jonathan-j-lee closed 7 years ago

jonathan-j-lee commented 7 years ago

Much of views.py appears to use tabs, rather than the four spaces recommended by PEP 8. All existing (and future) code should transition to the use of spaces for indentation.

JustinMi commented 7 years ago

For those who use Sublime 3, do you know how to convert tabs to spaces? I tried following the instructions in this but the linter still complains.

jonathan-j-lee commented 7 years ago

I'm reopening this because not all files are targeted by the linter yet. Will close this once that happens.

jonathan-j-lee commented 7 years ago

Addressed in #61.