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

Drop support for Python < 3.10 and add additional Ruff rules #313

Merged
merged 13 commits into from
Apr 22, 2024
Merged

Commits on Apr 21, 2024

  1. Configuration menu
    Copy the full SHA
    022d69c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04d2f67 View commit details
    Browse the repository at this point in the history
  3. Add B ruff rules

    sciyoshi committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    bfb1539 View commit details
    Browse the repository at this point in the history
  4. Add I and SIM ruff rules

    SIM suggests some patterns (like using any()) which aren't used
    upstream, but are simple enough visually to compare that I think it's
    warranted.
    sciyoshi committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    790c854 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    178d5e0 View commit details
    Browse the repository at this point in the history
  6. Add PT ruff rules

    sciyoshi committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    f5adfe2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a03fb5f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    17bb1a6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ef8fc22 View commit details
    Browse the repository at this point in the history
  10. Enable EM and RSE rules

    sciyoshi committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    115ce06 View commit details
    Browse the repository at this point in the history
  11. Add COM ruff rule

    sciyoshi committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    ca698cc View commit details
    Browse the repository at this point in the history
  12. Enable N ruff rule

    sciyoshi committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    4b586c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Add ANN ruff rule

    sciyoshi committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    5dbecf4 View commit details
    Browse the repository at this point in the history