W1113 keyword-arg-before-varargΒΆ

Message

'Keyword argument before variable positional arguments list in the definition of %s function'

Description

When defining a keyword argument before variable positional arguments, one can end up in having multiple values passed for the aforementioned parameter in case the method is called with keyword arguments.