-
-
Notifications
You must be signed in to change notification settings - Fork 325
MyPy plugin to warn for component unpacking operators #616
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
Comments
@rmorshea Can I add a It's hard to tell at first glance how much development actually needs to go into v1 since there's so many docs changes needed. |
Go for it. Let me know if you're not able to. |
I think a MyPy plugin could help with this |
Changing this to issue a plugin, and moving to V2. |
Closing this as I intend to lean us away from All other reactive-python repos have already been migrated to |
Current Situation
Currently we don't document that using the unpacking operator (
*args
) has undesirable consequences on whether we do or don't warn about missing keys.Proposed Actions
Document this fact. If it turns out that, despite this documentation, people run into this issue often, consider changing the syntax.
Work Items
The text was updated successfully, but these errors were encountered: