Method with variadic args/kwargs but no self
reports no-method-argument
instead of no-self-argument
#7507
Labels
Bug 🪲
Good first issue
Friendly and approachable by new contributors
Minor 💅
Polishing pylint is always nice
Needs PR
This issue is accepted, sufficiently specified and now needs an implementation
Milestone
Bug description
Configuration
No response
Command used
Pylint output
Expected behavior
I expected to see
no-self-argument
when a method has*args
or**kwargs
rather thanno-method-argument
as the latter is quite confusing as the method does have arguments.Pylint version
OS / Environment
Kubuntu 22.04.1 LTS
Additional dependencies
No response
The text was updated successfully, but these errors were encountered: