unexpected-keyword-arg / E1123ΒΆ

Message emitted:

Unexpected keyword argument %r in %s call

Description:

Used when a function call passes a keyword argument that doesn't correspond to one of the function's parameter names.

Created by typecheck checker