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 rules (RUF) #290

Merged
merged 3 commits into from
Jun 15, 2024
Merged

Commits on Jun 2, 2024

  1. Enforce ruff rule RUF027

    RUF027 Possible f-string without an `f` prefix
    DimitriPapadopoulos committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    22917ef View commit details
    Browse the repository at this point in the history
  2. Enforce ruff rule RUF013

    RUF013 PEP 484 prohibits implicit `Optional`
    DimitriPapadopoulos committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    e785bdc View commit details
    Browse the repository at this point in the history
  3. Enforce ruff rule RUF022

    RUF022 `__all__` is not sorted
    DimitriPapadopoulos committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    cd50d62 View commit details
    Browse the repository at this point in the history