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

Upgrade syntax and remove unused imports #214

Merged
merged 5 commits into from
Nov 2, 2024
Merged

Commits on Oct 20, 2024

  1. Remove unused imports

    auscompgeek committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    0196ff0 View commit details
    Browse the repository at this point in the history
  2. Upgrade string formatting

    ruff check --select=UP031,UP032,FLY --fix
    auscompgeek committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    909ef57 View commit details
    Browse the repository at this point in the history
  3. Revert "Disable PEP 585 test"

    This reverts commit 285c709.
    auscompgeek committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    1678762 View commit details
    Browse the repository at this point in the history
  4. Run pyupgrade

    ruff check --select=UP,F401 --unsafe-fixes docs magicbot robotpy_ext --fix
    auscompgeek committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    b001906 View commit details
    Browse the repository at this point in the history
  5. ruff format

    auscompgeek committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    9403e7c View commit details
    Browse the repository at this point in the history