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 modified-iterating-set (E4703) #10473

Merged
merged 7 commits into from Mar 31, 2024

Conversation

boolean-light
Copy link
Contributor

Summary

Implement E4703 in the issue #970.
Relevant pylint docs is here: https://pylint.readthedocs.io/en/stable/user_guide/messages/error/modified-iterating-set.html

Test Plan

I've written it in the modified_iterating_set.py.

Copy link
Contributor

github-actions bot commented Mar 19, 2024

ruff-ecosystem results

Linter (stable)

✅ ecosystem check detected no linter changes.

Linter (preview)

✅ ecosystem check detected no linter changes.

@charliermarsh charliermarsh enabled auto-merge (squash) March 30, 2024 23:37
@charliermarsh charliermarsh merged commit 716688d into astral-sh:main Mar 31, 2024
17 checks passed
@dhruvmanila dhruvmanila added rule Implementing or modifying a lint rule preview Related to preview mode features labels Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
preview Related to preview mode features rule Implementing or modifying a lint rule
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants