[Python-ideas] PEP 8 update on line length

Paul Moore p.f.moore at gmail.com
Thu Feb 21 07:25:52 EST 2019


On Thu, 21 Feb 2019 at 12:20, Paul Ferrell <pflarr at gmail.com> wrote:
>
> My linter is fine with a double indent after an 'if (A and'.  I thought it was in the standard.

If I used a linter, I'd expect it to be fine with whatever I told it
to be fine with :-) It's a linter's job to flag up violations of the
coding style *I* choose to follow, not to impose a coding style on me
that I don't agree with.

Paul


More information about the Python-ideas mailing list