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

[pylint] Implement unnecessary-dict-index-lookup (PLR1733) #8036

Merged
merged 13 commits into from
Dec 1, 2023

Commits on Nov 30, 2023

  1. add R1733 and autofix

    diceroll123 committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    98d91ac View commit details
    Browse the repository at this point in the history
  2. add the other assignments

    diceroll123 committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    7f0213c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0307325 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae0806e View commit details
    Browse the repository at this point in the history
  5. fix lint code order

    diceroll123 committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    d5c72f0 View commit details
    Browse the repository at this point in the history
  6. update snapshots

    diceroll123 committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    877382c View commit details
    Browse the repository at this point in the history
  7. tweak wordings

    diceroll123 committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    4811f72 View commit details
    Browse the repository at this point in the history
  8. fix comments

    diceroll123 committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    9ae5ed2 View commit details
    Browse the repository at this point in the history
  9. fix snapshot

    diceroll123 committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    b4b47fb View commit details
    Browse the repository at this point in the history
  10. tweaks

    diceroll123 committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    a6a286e View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Make suggested changes

    diceroll123 committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    b32cc39 View commit details
    Browse the repository at this point in the history
  2. Tweaks

    charliermarsh committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    dac65ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92dc833 View commit details
    Browse the repository at this point in the history