-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Emit modified-iterating-{list|dict|set}
when iterating literals or using del
#6652
Emit modified-iterating-{list|dict|set}
when iterating literals or using del
#6652
Conversation
Pull Request Test Coverage Report for Build 2422846935
π - Coveralls |
modified-iterating{list|dict|set}
when using del
modified-iterating{list|dict|set}
when iterating or literals or using del
modified-iterating{list|dict|set}
when iterating or literals or using del
modified-iterating{list|dict|set}
when iterating literals or using del
modified-iterating{list|dict|set}
when iterating literals or using del
modified-iterating-{list|dict|set}
when iterating literals or using del
@jacobtylerwalls Sorry I messed up the merge of main. Got a little overexcited to see if the primer actually works π |
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
π Would have been nice to actually find a change π Github not showing the comment because a similar comment has been hidden is annoying though. I wonder if this is a common issue. |
I expect more with #6677 |
Regarding the whatsnew for 2.15 I was thinking of discussing the new format here : https://github.com/PyCQA/pylint/pull/6688/files (i.e. a single file, enforced in CI according tu label) Let me know what you think :) |
08024c0
to
59fcee7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great !
Type of Changes
Description
Closes #6648
Solves an additional false negative: the check wasn't emitted when iterating literals.