PythonPyLint¶
Python0102¶
Black listed name “”%s”“
%s already defined line %s
Dangerous default value %s as argument
| paquetage: | PythonPyLint |
|---|
Python0121¶
Missing required attribute “”%s”“
Use raise ErrorClass(args) instead of raise ErrorClass, args.
| paquetage: | PythonPyLint |
|---|
Python0202¶
Class method %s should have cls as first argument
An attribute affected in %s line %s hide this method
Unable to check methods signature (%s / %s)
| paquetage: | PythonPyLint |
|---|
Python0203¶
Metaclass method %s should have mcs as first argument
Access to member %r before its definition line %s
| paquetage: | PythonPyLint |
|---|
Python0321¶
More than one statement on a single line
Old: Format detection error in %r
| paquetage: | PythonPyLint |
|---|
Python1001¶
Old-style class defined.
Use of __slots__ on an old style class
Use of “”property”” on an old style class
| paquetage: | PythonPyLint |
|---|
Python0001¶
(syntax error raised for a module; message varies)
(error prevented analysis; message varies)
Unable to run raw checkers on built-in module %s
| paquetage: | PythonPyLint |
|---|
Python0102¶
Black listed name “”%s”“
%s already defined line %s
Dangerous default value %s as argument
| paquetage: | PythonPyLint |
|---|
Python0106¶
Return with argument inside generator
Expression “”%s”” is assigned to nothing
| paquetage: | PythonPyLint |
|---|
Python0108¶
Duplicate argument name %s in function definition
Lambda may not be necessary
| paquetage: | PythonPyLint |
|---|
Python0202¶
Class method %s should have cls as first argument
An attribute affected in %s line %s hide this method
Unable to check methods signature (%s / %s)
| paquetage: | PythonPyLint |
|---|
Python0203¶
Metaclass method %s should have mcs as first argument
Access to member %r before its definition line %s
| paquetage: | PythonPyLint |
|---|
Python0221¶
Interface resolved to %s is not a class
Arguments number differs from %s method
| paquetage: | PythonPyLint |
|---|
Python0222¶
Missing method %r from %s interface
Signature differs from %s method
| paquetage: | PythonPyLint |
|---|
Python0501¶
Old: Non ascii characters found but no encoding specified (PEP 263)
| paquetage: | PythonPyLint |
|---|
Python0601¶
Using variable %r before assignment
Global variable %r undefined at the module level
| paquetage: | PythonPyLint |
|---|
Python0602¶
Undefined variable %r
Using global for %r but no assigment is done
| paquetage: | PythonPyLint |
|---|
Python0604¶
Invalid object %r in __all__, must contain only strings
Using the global statement at the module level
| paquetage: | PythonPyLint |
|---|
Python0702¶
Raising %s while only classes, instances or string are allowed
No exception type(s) specified
| paquetage: | PythonPyLint |
|---|
Python0710¶
Raising a new style class which doesn’t inherit from BaseException
Exception doesn’t inherit from standard “”Exception”” class
| paquetage: | PythonPyLint |
|---|
Python0711¶
NotImplemented raised - should raise NotImplementedError
Exception to catch is the result of a binary “”%s”” operation
| paquetage: | PythonPyLint |
|---|
Python0712¶
Catching an exception which doesn’t inherit from BaseException: %s
Implicit unpacking of exceptions is not supported in Python 3
| paquetage: | PythonPyLint |
|---|
Python1001¶
Old-style class defined.
Use of __slots__ on an old style class
Use of “”property”” on an old style class
| paquetage: | PythonPyLint |
|---|
Python1111¶
Assigning to function call which doesn’t return
Assigning to function call which only returns None
| paquetage: | PythonPyLint |
|---|
Python1201¶
Logging format string ends in middle of conversion specifier
Specify string format arguments as logging function parameters
| paquetage: | PythonPyLint |
|---|
Python1300¶
Unsupported format character %r (%#02x) at index %d
Format string dictionary key should be a string, not %s
| paquetage: | PythonPyLint |
|---|
Python1301¶
Format string ends in middle of conversion specifier
Unused key %r in format string dictionary
| paquetage: | PythonPyLint |
|---|
Python0001¶
(syntax error raised for a module; message varies)
(error prevented analysis; message varies)
Unable to run raw checkers on built-in module %s
| paquetage: | PythonPyLint |
|---|
Python0202¶
Class method %s should have cls as first argument
An attribute affected in %s line %s hide this method
Unable to check methods signature (%s / %s)
| paquetage: | PythonPyLint |
|---|
Python0321¶
More than one statement on a single line
Old: Format detection error in %r
| paquetage: | PythonPyLint |
|---|
Python0001¶
(syntax error raised for a module; message varies)
(error prevented analysis; message varies)
Unable to run raw checkers on built-in module %s
| paquetage: | PythonPyLint |
|---|
Python0014¶
Used deprecated directive “”pylint:disable-all”” or “”pylint:disable=all”“
| paquetage: | PythonPyLint |
|---|
Python0022¶
Deprecated pragma “”pylint:disable-msg”” or “”pylint:enable-msg”“
| paquetage: | PythonPyLint |
|---|
Python0102¶
Black listed name “”%s”“
%s already defined line %s
Dangerous default value %s as argument
| paquetage: | PythonPyLint |
|---|
Python0106¶
Return with argument inside generator
Expression “”%s”” is assigned to nothing
| paquetage: | PythonPyLint |
|---|
Python0108¶
Duplicate argument name %s in function definition
Lambda may not be necessary
| paquetage: | PythonPyLint |
|---|
Python0121¶
Missing required attribute “”%s”“
Use raise ErrorClass(args) instead of raise ErrorClass, args.
| paquetage: | PythonPyLint |
|---|
Python0221¶
Interface resolved to %s is not a class
Arguments number differs from %s method
| paquetage: | PythonPyLint |
|---|
Python0222¶
Missing method %r from %s interface
Signature differs from %s method
| paquetage: | PythonPyLint |
|---|
Python0512¶
Cannot decode using encoding “”%s””, unexpected byte at position %d
| paquetage: | PythonPyLint |
|---|
Python0601¶
Using variable %r before assignment
Global variable %r undefined at the module level
| paquetage: | PythonPyLint |
|---|
Python0602¶
Undefined variable %r
Using global for %r but no assigment is done
| paquetage: | PythonPyLint |
|---|
Python0604¶
Invalid object %r in __all__, must contain only strings
Using the global statement at the module level
| paquetage: | PythonPyLint |
|---|
Python0702¶
Raising %s while only classes, instances or string are allowed
No exception type(s) specified
| paquetage: | PythonPyLint |
|---|
Python0710¶
Raising a new style class which doesn’t inherit from BaseException
Exception doesn’t inherit from standard “”Exception”” class
| paquetage: | PythonPyLint |
|---|
Python0711¶
NotImplemented raised - should raise NotImplementedError
Exception to catch is the result of a binary “”%s”” operation
| paquetage: | PythonPyLint |
|---|
Python0712¶
Catching an exception which doesn’t inherit from BaseException: %s
Implicit unpacking of exceptions is not supported in Python 3
| paquetage: | PythonPyLint |
|---|
Python1001¶
Old-style class defined.
Use of __slots__ on an old style class
Use of “”property”” on an old style class
| paquetage: | PythonPyLint |
|---|
Python1111¶
Assigning to function call which doesn’t return
Assigning to function call which only returns None
| paquetage: | PythonPyLint |
|---|
Python1201¶
Logging format string ends in middle of conversion specifier
Specify string format arguments as logging function parameters
| paquetage: | PythonPyLint |
|---|
Python1300¶
Unsupported format character %r (%#02x) at index %d
Format string dictionary key should be a string, not %s
| paquetage: | PythonPyLint |
|---|
Python1301¶
Format string ends in middle of conversion specifier
Unused key %r in format string dictionary
| paquetage: | PythonPyLint |
|---|
Python1401¶
Anomalous backslash in string: ‘%s’. String constant might be missing an r prefix.
| paquetage: | PythonPyLint |
|---|
Python1402¶
Anomalous Unicode escape in byte string: ‘%s’. String constant might be missing an r or u prefix.
| paquetage: | PythonPyLint |
|---|