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

Apply assorted ruff rules #13093

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Oct 31, 2024

  1. Apply ruff/flake8-implicit-str-concat rule ISC001

    ISC001 Implicitly concatenated string literals on one line
    DimitriPapadopoulos committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    e38df18 View commit details
    Browse the repository at this point in the history
  2. Apply ruff/flake8-pyi rule PYI018

    PYI018 Private TypeVar is never used
    DimitriPapadopoulos committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    7b874da View commit details
    Browse the repository at this point in the history
  3. Applt ruff/flake8-pyi rule PYI030

    PYI030 Multiple literal members in a union. Use a single literal, e.g. `Literal['a', 'b']`
    DimitriPapadopoulos committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    d97ac78 View commit details
    Browse the repository at this point in the history
  4. Apply ruff rule RUF022

    RUF022 `__all__` is not sorted
    DimitriPapadopoulos committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    62ebaa3 View commit details
    Browse the repository at this point in the history
  5. Apply ruff rule RUF023

    RUF023 `__slots__` is not sorted
    DimitriPapadopoulos committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    57f6416 View commit details
    Browse the repository at this point in the history