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

Fix flake8 warnings/errors #248

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Commits on Jan 6, 2022

  1. make flake8 ignore W503

    Knuth's style is preferred these days, ignore W503 and we will fix
    W504 instead (flake8 --ignore=W503 --select=W504)
    
    Signed-off-by: Cedric Hombourger <[email protected]>
    chombourger committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    e0ae295 View commit details
    Browse the repository at this point in the history
  2. fix flake8 warnings/errors

    Signed-off-by: Cedric Hombourger <[email protected]>
    chombourger committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    8112041 View commit details
    Browse the repository at this point in the history