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

updates.py: cleanup pass #301

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

Commits on Mar 3, 2024

  1. updates: general cleanup and pylint changes

    General review and cleanup of issues pointed out by pylint:
    
    unexpected indent
    could use f-strings
    not inializing variables in init
    redefining builtins
    too broad exceptions
    unneeded elses after returns
    unneeded parantheses
    == instead of is in evaluating True/False
    unused function parameters
    unused imports
    
    Signed-off-by: Ian Leonard <[email protected]>
    antonlacon committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    b292afa View commit details
    Browse the repository at this point in the history
  2. updates: condense custom channel setting read

    Signed-off-by: Ian Leonard <[email protected]>
    antonlacon committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    df9425a View commit details
    Browse the repository at this point in the history
  3. updates: convert automatic updates setting to true/false

    Signed-off-by: Ian Leonard <[email protected]>
    antonlacon committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    14bbe21 View commit details
    Browse the repository at this point in the history
  4. updates: locale updates for automatic updates

    Signed-off-by: Ian Leonard <[email protected]>
    antonlacon committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    e7a2425 View commit details
    Browse the repository at this point in the history
  5. updates: delete custom channel 3

    Signed-off-by: Ian Leonard <[email protected]>
    antonlacon committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    4c274f5 View commit details
    Browse the repository at this point in the history
  6. updates: locale updates for custom channel 3

    Signed-off-by: Ian Leonard <[email protected]>
    antonlacon committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    cd95e05 View commit details
    Browse the repository at this point in the history
  7. updates: drop lchop and rchop

    Addon will require Python >=3.9
    
    Signed-off-by: Ian Leonard <[email protected]>
    antonlacon committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    ba5b4e6 View commit details
    Browse the repository at this point in the history