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

Suppress unnecessary-list-index-lookup for whole loop on write #6845

Merged
merged 8 commits into from
Jun 11, 2022

Commits on Jun 5, 2022

  1. Suppress unnecessary-list-index-lookup for whole loop on write

    The ``unnecessary-list-index-lookup`` checker was assuming that if the
    subscript was written to then it would only invalidate access on later
    lines, but this is not necessarily the case if an inner loop is nested
    inside the one being checked.
    
    Fixes pylint-dev#6818
    timmartin committed Jun 5, 2022
    Configuration menu
    Copy the full SHA
    6ed39c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa2a5dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d2556f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd99871 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4356e5f View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Fix a typo

    timmartin committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    a28772f View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2022

  1. Configuration menu
    Copy the full SHA
    15cccdd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd612cf View commit details
    Browse the repository at this point in the history