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

Add Pylint rule C0208 (use-sequence-for-iteration) as PLC0208 (iteration-over-set) #4706

Merged
merged 11 commits into from
Jun 1, 2023

Commits on May 29, 2023

  1. Add rule

    tjkuson committed May 29, 2023
    Configuration menu
    Copy the full SHA
    5915527 View commit details
    Browse the repository at this point in the history
  2. Add schema

    tjkuson committed May 29, 2023
    Configuration menu
    Copy the full SHA
    37dee9c View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Detect set calls and comps

    tjkuson committed May 31, 2023
    Configuration menu
    Copy the full SHA
    21354fe View commit details
    Browse the repository at this point in the history
  2. Change range logic

    tjkuson committed May 31, 2023
    Configuration menu
    Copy the full SHA
    bfc0c46 View commit details
    Browse the repository at this point in the history
  3. Check comprehensions

    tjkuson committed May 31, 2023
    Configuration menu
    Copy the full SHA
    bc746d4 View commit details
    Browse the repository at this point in the history
  4. Add fixture and tweak docs

    tjkuson committed May 31, 2023
    Configuration menu
    Copy the full SHA
    9c2ddd4 View commit details
    Browse the repository at this point in the history
  5. Merge main

    tjkuson committed May 31, 2023
    Configuration menu
    Copy the full SHA
    6f50b37 View commit details
    Browse the repository at this point in the history
  6. Update comments

    tjkuson committed May 31, 2023
    Configuration menu
    Copy the full SHA
    9007b9b View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Configuration menu
    Copy the full SHA
    86f7566 View commit details
    Browse the repository at this point in the history
  2. Tweak rule name

    charliermarsh committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    44d7a0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d5aba5 View commit details
    Browse the repository at this point in the history