Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore flake8 rule W503 #2069

Merged
merged 1 commit into from
Oct 17, 2022

Commits on Oct 17, 2022

  1. Ignore flake8 rule W503

    By default, flake8 currently complains both when breaking before (W503)
    and after (W504) a binary operator. A choice needs to be made!
    
    Best practice evolved, around 2016, from breaking after to breaking before
    a binary operator. Therefore ignore W503.
    DimitriPapadopoulos committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    f40df5a View commit details
    Browse the repository at this point in the history