[Python-ideas] PEP 8 update on line length

Paul Moore p.f.moore at gmail.com
Tue Feb 19 09:13:24 EST 2019


On Tue, 19 Feb 2019 at 14:08, simon.bordeyne <simon.bordeyne at gmail.com> wrote:

> A good middle ground would be to enforce customization of that rule in the most used python linters. A simple setting to set the number of characters before a linting warning occurs would be acceptable.

Any linter or project that treats PEP 8 as mandatory has *already*
failed, as PEP 8 itself states that the rules can be broken as needed.
Of course individual projects are entirely allowed to impose whatever
draconian and inflexible rules they choose on source code formatting,
but please don't pretend that PEP 8 made you do it ;-)

Paul


More information about the Python-ideas mailing list