Pattern: Bad mcs
method argument
Issue: -
Used when a metaclass method has a first argument named differently than the value specified in valid-classmethod-first-arg
option (default to cls
), recommended to easily differentiate them from regular instance methods.