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

Bunch of small tidy-ups for python 3 and pep8 standards #1482

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

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    7da902e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e63d3f View commit details
    Browse the repository at this point in the history
  3. unnecessary parens

    marksmayo committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    71438dd View commit details
    Browse the repository at this point in the history
  4. redundant-u-string-prefix

    marksmayo committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    151b82a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    581dfe9 View commit details
    Browse the repository at this point in the history
  6. tidy import style

    marksmayo committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    eef908f View commit details
    Browse the repository at this point in the history
  7. remove self-use pylint disable

     Useless option value for 'disable', 'no-self-use' was moved to an optional extension, see https://pylint.readthedocs.io/en/latest/whatsnew/2/2.14/summary.html#removed-checkers.
    marksmayo committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    b62ce1b View commit details
    Browse the repository at this point in the history
  8. fix deprecation

    warn() is now warning()
    marksmayo committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    bd299d6 View commit details
    Browse the repository at this point in the history