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

Check sequence type before triggering unnecessary-enumerate (FURB148) len suggestion #7781

Merged
merged 6 commits into from
Oct 3, 2023

Commits on Oct 3, 2023

  1. Check if sequence is a list

    tjkuson committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    27daf40 View commit details
    Browse the repository at this point in the history
  2. Check for dicts and sets

    tjkuson committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    8e8e86f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48da950 View commit details
    Browse the repository at this point in the history
  4. Add generator test

    tjkuson committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    d41f163 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    57b2e75 View commit details
    Browse the repository at this point in the history
  6. Tweaks

    charliermarsh committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    3b0fe58 View commit details
    Browse the repository at this point in the history