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

Linting organisation and fixes #1065

Merged

Commits on Apr 13, 2020

  1. Configuration menu
    Copy the full SHA
    ef63f13 View commit details
    Browse the repository at this point in the history
  2. PEP8 fixes

    - E129 visually indented line with same indent as next logical line
    - E226 missing whitespace around arithmetic operator
    - E241 multiple spaces after ','
    - E262 inline comment should start with '# '
    - E301 expected 1 blank line, found 0
    - E303 too many blank lines
    - E502 the backslash is redundant between bracket
    - E741 ambiguous variable name
    - W391 blank line at end of file
    AndreMiras committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    6b03c54 View commit details
    Browse the repository at this point in the history