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 and deprecation fixes #234

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

Linting and deprecation fixes #234

wants to merge 13 commits into from

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    b813fe9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f0b3a9 View commit details
    Browse the repository at this point in the history
  3. Linting: pylint R1725: Consider using Python 3 style super() without …

    …arguments (super-with-arguments)
    mrichar1 committed May 29, 2024
    Configuration menu
    Copy the full SHA
    3e52a9a View commit details
    Browse the repository at this point in the history
  4. Linting: pylint R0205: inherits from object, can be safely removed fr…

    …om bases in python3 (useless-object-inheritance).
    mrichar1 committed May 29, 2024
    Configuration menu
    Copy the full SHA
    63d06f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8255835 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    641f30b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    838d5ab View commit details
    Browse the repository at this point in the history
  8. Linting: pylint Assigning the same variable to itself (self-assigning…

    …-variable) (noted in #34 but never patched).
    mrichar1 committed May 29, 2024
    Configuration menu
    Copy the full SHA
    320c094 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    849d5a0 View commit details
    Browse the repository at this point in the history
  10. Unused import.

    mrichar1 committed May 29, 2024
    Configuration menu
    Copy the full SHA
    42d4408 View commit details
    Browse the repository at this point in the history
  11. Linting: pylint R1716: Simplify chained comparison between the operan…

    …ds (chained-comparison).
    mrichar1 committed May 29, 2024
    Configuration menu
    Copy the full SHA
    97ec878 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9143247 View commit details
    Browse the repository at this point in the history
  13. Remove unused variable.

    mrichar1 committed May 29, 2024
    Configuration menu
    Copy the full SHA
    c7ce7b8 View commit details
    Browse the repository at this point in the history