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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[flake8-bugbear] Implement loop-iterator-mutation (B909) #9578

Merged
merged 18 commits into from
Apr 11, 2024

Commits on Jan 19, 2024

  1. feat(rules): Implement flake8-bugbear B038 rule

    The B038 rule checks for mutation of loop iterators in the body
    of a for loop and alerts when found.
    Editing the loop iterator can lead to undesired behavior and is probably
    a bug in most cases.
    mimre25 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    70fb218 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    ba1cc7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d32ae77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb75334 View commit details
    Browse the repository at this point in the history
  4. Format fixture

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

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    7e837f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51d1c91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e9ccd7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    404c0b9 View commit details
    Browse the repository at this point in the history
  5. chore: Delete unused file

    mimre25 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    95bf019 View commit details
    Browse the repository at this point in the history
  6. Format fixture

    charliermarsh committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    6418c18 View commit details
    Browse the repository at this point in the history
  7. Modify documentation

    charliermarsh committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    88c4e2f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5dbf18a View commit details
    Browse the repository at this point in the history
  9. Tweak branches again

    charliermarsh committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    8fe1040 View commit details
    Browse the repository at this point in the history
  10. Remove lifetime

    charliermarsh committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    5bdb18f View commit details
    Browse the repository at this point in the history
  11. Remove unused fixture

    charliermarsh committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    f5c370e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    42d4b69 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e0a1a4f View commit details
    Browse the repository at this point in the history