get_argument_from_call
doesn't account for **kwargs
#7761
Labels
False Negative 🦋
No message is emitted but something is wrong with the code
Needs PR
This issue is accepted, sufficiently specified and now needs an implementation
Milestone
Bug description
get_argument_from_call
doesn't account for keyword arguments provided by unpacked kwargs. This is causing both false positives and false negativesFalse negative
False positive
Configuration
No response
Command used
Pylint output
first example: nothing
Expected behavior
first example: Expected a warning for
bad-open-mode
Pylint version
OS / Environment
No response
Additional dependencies
No response
The text was updated successfully, but these errors were encountered: