False-negative signature-differs
with kw-only args
#5270
Labels
C: arguments-differ
Issues related to 'arguments-differ' and 'signature-differs' checks
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
Bug description
The following example should emit
signature-differs
due to different default values.Removing
*
will yield:Configuration
No response
Command used
Pylint output
Expected behavior
W0222: Signature differs from overridden 'statement' method (signature-differs)
Pylint version
OS / Environment
No response
Additional dependencies
No response
The text was updated successfully, but these errors were encountered: