-
Georges Racinet authored
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.
Georges Racinet authoredI 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.
.flake8 26 B