False negatives for duplicate-argument-name
#9669
Labels
False Negative 🦋
No message is emitted but something is wrong with the code
Milestone
Bug description
Currently only positional-or-keyword and keyword-only arguments are taken into account for this check:
positional-only, *varargs and **kwargs are not considered currently:
Configuration
No response
Command used
Pylint output
Expected behavior
E0108: Duplicate argument name
Pylint version
OS / Environment
No response
Additional dependencies
No response
The text was updated successfully, but these errors were encountered: