Hacker News new | ask | show | jobs
by scrollaway 1608 days ago
88 character lines are always pep8 non-compliant :)
1 comments

Some teams strongly prefer a longer line length. For code maintained exclusively or primarily by a team that can reach agreement on this issue, it is okay to increase the nominal line length from 80 to 100 characters (effectively increasing the maximum length to 99 characters), provided that comments and docstrings are still wrapped at 72 characters.
I know. That’s my point. Religiously following pep8 is absurd.