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

[flake8-simplify] Implement enumerate-for-loop (SIM113) #7777

Merged
merged 10 commits into from
Jan 14, 2024

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    9b42520 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40a1674 View commit details
    Browse the repository at this point in the history
  3. fix documentation

    chammika-become committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    b15e875 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    e827b7c View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. Configuration menu
    Copy the full SHA
    cca6efd View commit details
    Browse the repository at this point in the history
  2. Fix typos

    charliermarsh committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    f957ebd View commit details
    Browse the repository at this point in the history
  3. Use semantic model

    charliermarsh committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    9598f88 View commit details
    Browse the repository at this point in the history
  4. Use visitor

    charliermarsh committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    e8b6dfb View commit details
    Browse the repository at this point in the history
  5. Fix docs

    charliermarsh committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    ef4dae4 View commit details
    Browse the repository at this point in the history
  6. Fix false positives

    charliermarsh committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    5c25d68 View commit details
    Browse the repository at this point in the history