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 9 commits into
base: main
Choose a base branch
from

Commits on Sep 29, 2024

  1. Enforce ruff/pyupgrade rule UP030

    UP030 Use implicit references for positional format fields
    DimitriPapadopoulos committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    112bfd6 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 Sep 29, 2024
    Configuration menu
    Copy the full SHA
    e98b9ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60912aa 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 Sep 29, 2024
    Configuration menu
    Copy the full SHA
    72d3bd6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf97690 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    74da41e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    15b22cf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    32f9b56 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    146c3d1 View commit details
    Browse the repository at this point in the history