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

[refurb] Implement subclass-builtin (FURB189) #14105

Merged
merged 6 commits into from
Nov 7, 2024

Commits on Nov 5, 2024

  1. FURB189: subclass-builtin

    sbrugman committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    2f63930 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Tweaks

    sbrugman committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    c7f45b0 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Minor tweaks

    - Move utilities after rule logic
    - Avoid allocating string multiple times
    dhruvmanila committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    908fb63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df7a8b1 View commit details
    Browse the repository at this point in the history
  3. Update crates/ruff_linter/src/rules/refurb/rules/subclass_builtin.rs

    Co-authored-by: Dhruv Manilawala <dhruvmanila@gmail.com>
    sbrugman and dhruvmanila authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    d201dcd View commit details
    Browse the repository at this point in the history
  4. Add missing semicolon

    sbrugman committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    bdbb189 View commit details
    Browse the repository at this point in the history