module documentation

Check for new / old style related problems.

Class NewStyleConflictChecker Checks for usage of new style capabilities on old style classes and other new/old styles conflicts problems.
Function register Undocumented
Constant MSGS Undocumented
def register(linter: PyLinter): (source)

Undocumented

Undocumented

Value
{'E1003': ('Bad first argument %r given to super()',
           'bad-super-call',
           'Used when another argument than the current class is given as first 
argument of the super builtin.')}