nlhkabu / connect

Connect is a moderated web application that helps members connect with each other based on skills, interests and location.
http://whoisnicoleharris.com/connect/
BSD 3-Clause "New" or "Revised" License
46 stars 25 forks source link

Flake 8 too rigid - configure line length settings #43

Closed nlhkabu closed 9 years ago

nlhkabu commented 9 years ago

Flake 8 is currently causing the CI tests to fail when the line is too long by one character. See: https://travis-ci.org/nlhkabu/connect/jobs/65816246

I would prefer to set this to a more flexible standard - for example, the Django team use a line limit of 119 for code and 79 for documentation, comments and docstrings.

There are a lot of places in the codebase that could benefit from better formatting made possible by a longer line length.