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

Change occurrences of format() to f-strings #439

Merged
merged 4 commits into from
Aug 21, 2024

Commits on Aug 11, 2024

  1. Configuration menu
    Copy the full SHA
    34e2ff3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    247d21e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a813b5 View commit details
    Browse the repository at this point in the history
  4. Apply and enforce ruff/pyupgrade rules (UP)

    UP006 Use `tuple` instead of `Tuple` for type annotation
    
    UP035 `typing.Dict` is deprecated, use `dict` instead
    UP035 `typing.Tuple` is deprecated, use `tuple` instead
    UP035 `typing.Type` is deprecated, use `type` instead
    DimitriPapadopoulos committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    367e575 View commit details
    Browse the repository at this point in the history