[SciPy-Dev] Configuration in tox.ini tells pep8 to ignore E501 (line too long).

Warren Weckesser warren.weckesser at gmail.com
Tue Mar 11 17:05:59 EDT 2014


Currently, tox.ini tells pep8 to ignore line length, but it also sets
`max_line_length=79`.  I don't recall if there was a decision to allow
long lines, or if this is just to avoid all the output that would be
generated if we didn't ignore it.  I'd like to remove E501 from the
`ignore` list.  Any objections?

Warren



More information about the SciPy-Dev mailing list