W0142
Message
Used * or ** magic
Description
Used when a function or method is called using *args or **kwargs to dispatch arguments. This doesn't improve readability and should be used with care.
Explanation
Explanation needed (but also see Ned Batchelder's blog post of 14 June 2008 about PyLint, which contains a pointed comment on this warning!).