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

language and linting updates #1015

Merged
merged 3 commits into from Apr 6, 2023
Merged

language and linting updates #1015

merged 3 commits into from Apr 6, 2023

Commits on Apr 4, 2023

  1. language and linting updates

     - converted several format strings to f-strings
     - sorted and tidied imports (isort)
     - cleaned some whitespace
     - updated pylintrc to exclude examples
     - updated pylintrc to specify all currently failing cases, so any new ones could be part of pre-commit if so wished
    marksmayo committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    25af937 View commit details
    Browse the repository at this point in the history
  2. Update config.py

    match pep8 for imports
    marksmayo committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    26d29be View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Update pylintrc

    stylistic
    marksmayo committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    4cf946f View commit details
    Browse the repository at this point in the history