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

Extending redefined-outer-name check to cover the case of loop variables #8663

Commits on May 12, 2023

  1. Configuration menu
    Copy the full SHA
    1409f42 View commit details
    Browse the repository at this point in the history
  2. [pre-commit.ci] auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    pre-commit-ci[bot] authored and Lucas-C committed May 12, 2023
    Configuration menu
    Copy the full SHA
    11fa067 View commit details
    Browse the repository at this point in the history
  3. Adding documentation

    Lucas-C committed May 12, 2023
    Configuration menu
    Copy the full SHA
    2f6aef8 View commit details
    Browse the repository at this point in the history
  4. [pre-commit.ci] auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    pre-commit-ci[bot] authored and Lucas-C committed May 12, 2023
    Configuration menu
    Copy the full SHA
    a10bad0 View commit details
    Browse the repository at this point in the history
  5. Work in progress

    Lucas-C committed May 12, 2023
    Configuration menu
    Copy the full SHA
    d75a981 View commit details
    Browse the repository at this point in the history
  6. [pre-commit.ci] auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    pre-commit-ci[bot] authored and Lucas-C committed May 12, 2023
    Configuration menu
    Copy the full SHA
    77a99e2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8a8d743 View commit details
    Browse the repository at this point in the history
  8. Work in progress

    Lucas-C committed May 12, 2023
    Configuration menu
    Copy the full SHA
    22c6679 View commit details
    Browse the repository at this point in the history
  9. [pre-commit.ci] auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    pre-commit-ci[bot] authored and Lucas-C committed May 12, 2023
    Configuration menu
    Copy the full SHA
    57e7953 View commit details
    Browse the repository at this point in the history
  10. Handling tricky case

    Lucas-C committed May 12, 2023
    Configuration menu
    Copy the full SHA
    b3e29b2 View commit details
    Browse the repository at this point in the history
  11. [pre-commit.ci] auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    pre-commit-ci[bot] authored and Lucas-C committed May 12, 2023
    Configuration menu
    Copy the full SHA
    0c71d06 View commit details
    Browse the repository at this point in the history
  12. Fixing edge case

    Lucas-C committed May 12, 2023
    Configuration menu
    Copy the full SHA
    3a0e0c5 View commit details
    Browse the repository at this point in the history
  13. [pre-commit.ci] auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    pre-commit-ci[bot] authored and Lucas-C committed May 12, 2023
    Configuration menu
    Copy the full SHA
    567a36c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1a31d2a View commit details
    Browse the repository at this point in the history
  15. [pre-commit.ci] auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    pre-commit-ci[bot] authored and Lucas-C committed May 12, 2023
    Configuration menu
    Copy the full SHA
    41f6d6b View commit details
    Browse the repository at this point in the history
  16. Final fixups (hopefully)

    Lucas-C committed May 12, 2023
    Configuration menu
    Copy the full SHA
    7feb489 View commit details
    Browse the repository at this point in the history
  17. [pre-commit.ci] auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    pre-commit-ci[bot] authored and Lucas-C committed May 12, 2023
    Configuration menu
    Copy the full SHA
    6cfbb16 View commit details
    Browse the repository at this point in the history
  18. Pleasing pre-commit / pylint

    Lucas-C committed May 12, 2023
    Configuration menu
    Copy the full SHA
    e83856a View commit details
    Browse the repository at this point in the history
  19. [pre-commit.ci] auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    pre-commit-ci[bot] authored and Lucas-C committed May 12, 2023
    Configuration menu
    Copy the full SHA
    a839978 View commit details
    Browse the repository at this point in the history
  20. Pleasing mypy

    Lucas-C committed May 12, 2023
    Configuration menu
    Copy the full SHA
    c3e5ade View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    30e74e2 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2023

  1. Upgrade astroid to 3.0.0a3

    We now need to use repr_name.
    Pierre-Sassoulas committed May 14, 2023
    Configuration menu
    Copy the full SHA
    a3092a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c831559 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11bb684 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Configuration menu
    Copy the full SHA
    75e7954 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff5488f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb3f914 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e733253 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    17aea9f View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Revert "Use bleeding-edge astroid"

    This reverts commit ff5488f.
    jacobtylerwalls committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    3edb200 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41c6d83 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

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