Skip to content
Snippets Groups Projects
  • Brandon Heller's avatar
    2e089b5e
    pep8: Fix E127 continuation line over-indented · 2e089b5e
    Brandon Heller authored
    There are a bunch of these remaining, but I don't think the right course is
    to 'fix' all of them to make pep8 happy, but instead to either change
    the test in pep8 to consider that a continuation line may itself
    be continued halfway, OR, to change the code in these lines to be more
    readable by removing the need for all those nested continuations.
    
    Personally, I find multiply-broken lines (aka nested continuations) really
    hard to read.
    2e089b5e
    History
    pep8: Fix E127 continuation line over-indented
    Brandon Heller authored
    There are a bunch of these remaining, but I don't think the right course is
    to 'fix' all of them to make pep8 happy, but instead to either change
    the test in pep8 to consider that a continuation line may itself
    be continued halfway, OR, to change the code in these lines to be more
    readable by removing the need for all those nested continuations.
    
    Personally, I find multiply-broken lines (aka nested continuations) really
    hard to read.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.