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

Enforce ruff/pyupgrade rules (UP) #4379

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

Commits on Oct 31, 2024

  1. Enforce ruff/pyupgrade rule UP030

    UP030 Use implicit references for positional format fields
    DimitriPapadopoulos committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    19af85c View commit details
    Browse the repository at this point in the history
  2. Enforce ruff/pyupgrade rule UP031

    UP031 Use format specifiers instead of percent format
    DimitriPapadopoulos committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    aa3520b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2814971 View commit details
    Browse the repository at this point in the history
  4. Enforce ruff/pyupgrade rule UP032

    UP032 Use f-string instead of `format` call
    DimitriPapadopoulos committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    4ba9f16 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    444a545 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9c449ca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    525d72a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2e10c29 View commit details
    Browse the repository at this point in the history