Skip to content
Snippets Groups Projects
Commit ba173edd962c authored by Georges Racinet's avatar Georges Racinet
Browse files

Ignoring PEP8 rule about line breaks before binary operators

I was glad not to see the stupidest of all rules any more, turns
out that was only because we were running an old version of flake8.

In a nutshell, this rule is harmful, line breaks before binary
*boolean* operators are useful for clarity.

I've grumpily tolerated this rule in the past on new codebases.
Won't waste time on it for an existing code base because of a linter
version change.
parent dd3b2594f868
No related branches found
No related tags found
No related merge requests found
[flake8] [flake8]
ignore=E741 ignore=E741,W503
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment