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] Impement self-assigning-variable (W0127) #6015

Merged
merged 7 commits into from
Jul 24, 2023

Commits on Jul 23, 2023

  1. Add rule

    tjkuson committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    03e7832 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ad0030 View commit details
    Browse the repository at this point in the history
  3. Remove comment

    tjkuson committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    840be34 View commit details
    Browse the repository at this point in the history
  4. Group rules

    tjkuson committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    2b6a4e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    c47b243 View commit details
    Browse the repository at this point in the history
  2. Avoid class attributes

    charliermarsh committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    92b80c9 View commit details
    Browse the repository at this point in the history
  3. Tweak

    charliermarsh committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    45f590d View commit details
    Browse the repository at this point in the history