Use inference to determine if **kwargs is missing a named parameter #8785
Labels
False Negative 🦋
No message is emitted but something is wrong with the code
Good first issue
Friendly and approachable by new contributors
Needs PR
This issue is accepted, sufficiently specified and now needs an implementation
I would expect these two lines to raise the same set of messages. We don't use inference to analyze whether **kwargs contains the missing named parameter
x
. We could.False negative for
no-value-for-parameter
.The text was updated successfully, but these errors were encountered: