Skip to content
Snippets Groups Projects
  • Georges Racinet's avatar
    ba173edd962c
    Ignoring PEP8 rule about line breaks before binary operators · ba173edd962c
    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.
    ba173edd962c
    History
    Ignoring PEP8 rule about line breaks before binary operators
    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.
.flake8 26 B