-
-
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
Dict unpacking within a context manager triggers missing-kwoa
#8100
Labels
False Positive 🦟
A message is emitted but nothing is wrong with the code
Needs PR
This issue is accepted, sufficiently specified and now needs an implementation
Milestone
Comments
pR0Ps
added
the
Needs triage 📥
Just created, needs acknowledgment, triage, and proper labelling
label
Jan 23, 2023
pR0Ps
changed the title
Dict unpacking within a context manager triggers missing-kwoa
Dict unpacking within a context manager triggers Jan 23, 2023
missing-kwoa
clavedeluna
added
False Positive 🦟
A message is emitted but nothing is wrong with the code
Needs PR
This issue is accepted, sufficiently specified and now needs an implementation
and removed
Needs triage 📥
Just created, needs acknowledgment, triage, and proper labelling
labels
Jan 23, 2023
clavedeluna
added a commit
that referenced
this issue
Jan 24, 2023
<!-- Thank you for submitting a PR to pylint! To ease the process of reviewing your PR, do make sure to complete the following boxes. - [ ] Write a good description on what the PR does. - [ ] Create a news fragment with `towncrier create <IssueNumber>.<type>` which will be included in the changelog. `<type>` can be one of: breaking, user_action, feature, new_check, removed_check, extension, false_positive, false_negative, bugfix, other, internal. If necessary you can write details or offer examples on how the new change is supposed to work. - [ ] If you used multiple emails or multiple names when contributing, add your mails and preferred name in ``script/.contributors_aliases.json`` --> ## Type of Changes <!-- Leave the corresponding lines for the applicable type of change: --> | | Type | | --- | ---------------------- | | ✓ | 🐛 Bug fix | ## Description Fix ``no-kwoa`` false positive for context managers. Closes #8100
clavedeluna
added a commit
to clavedeluna/pylint
that referenced
this issue
Jan 24, 2023
<!-- Thank you for submitting a PR to pylint! To ease the process of reviewing your PR, do make sure to complete the following boxes. - [ ] Write a good description on what the PR does. - [ ] Create a news fragment with `towncrier create <IssueNumber>.<type>` which will be included in the changelog. `<type>` can be one of: breaking, user_action, feature, new_check, removed_check, extension, false_positive, false_negative, bugfix, other, internal. If necessary you can write details or offer examples on how the new change is supposed to work. - [ ] If you used multiple emails or multiple names when contributing, add your mails and preferred name in ``script/.contributors_aliases.json`` --> ## Type of Changes <!-- Leave the corresponding lines for the applicable type of change: --> | | Type | | --- | ---------------------- | | ✓ | 🐛 Bug fix | ## Description Fix ``no-kwoa`` false positive for context managers. Closes pylint-dev#8100
clavedeluna
added a commit
to clavedeluna/pylint
that referenced
this issue
Jan 24, 2023
<!-- Thank you for submitting a PR to pylint! To ease the process of reviewing your PR, do make sure to complete the following boxes. - [ ] Write a good description on what the PR does. - [ ] Create a news fragment with `towncrier create <IssueNumber>.<type>` which will be included in the changelog. `<type>` can be one of: breaking, user_action, feature, new_check, removed_check, extension, false_positive, false_negative, bugfix, other, internal. If necessary you can write details or offer examples on how the new change is supposed to work. - [ ] If you used multiple emails or multiple names when contributing, add your mails and preferred name in ``script/.contributors_aliases.json`` --> ## Type of Changes <!-- Leave the corresponding lines for the applicable type of change: --> | | Type | | --- | ---------------------- | | ✓ | 🐛 Bug fix | ## Description Fix ``no-kwoa`` false positive for context managers. Closes pylint-dev#8100
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
False Positive 🦟
A message is emitted but nothing is wrong with the code
Needs PR
This issue is accepted, sufficiently specified and now needs an implementation
Bug description
Reproduction:
Seems related to #1111
Configuration
No response
Command used
Pylint output
Expected behavior
missing-kwoa
shouldn't be triggeredPylint version
OS / Environment
No response
Additional dependencies
No response
The text was updated successfully, but these errors were encountered: