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.
Please register or sign in to comment