-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
F841: Stabilize unpacking support #12839
Conversation
|
code | total | + violation | - violation | + fix | - fix |
---|---|---|---|---|---|
F841 | 1179 | 1179 | 0 | 0 | 0 |
ARG002 | 2 | 1 | 1 | 0 | 0 |
Linter (preview)
✅ ecosystem check detected no linter changes.
I'm not sure I understand how that's relevant to the behaviour being stabilised here. But I'm not sure we should stabilise this change while discussion in #8884 is still unresolved |
Thanks. Yeah, what's mentioned in the issue is what I was concerned about. I'm starting to get to the conclusion that these should be separate rules. |
Summary
This PR stabilizes the behavior change of F841 to support unpacking. See #8489
Open question
I'm unsure if we want to stabilize this change (in which case we should remove the implementation) because unpacking with too many values is an error.
Test Plan
I reviewed the snapshot changes