PythonPyLint

Python0102

Black listed name “”%s”“

%s already defined line %s

Dangerous default value %s as argument

paquetage:PythonPyLint

Python0103

Invalid %s name “”%s”“

%r not properly in loop

paquetage:PythonPyLint

Python0111

Missing %s docstring

paquetage:PythonPyLint

Python0112

Empty %s docstring

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

Python0204

Metaclass class method %s should have %s as first argument

paquetage:PythonPyLint

Python0301

Line too long (%s/%s)

Unnecessary semicolon

paquetage:PythonPyLint

Python0302

Too many lines in module (%s)

paquetage:PythonPyLint

Python0303

Trailing whitespace

paquetage:PythonPyLint

Python0304

Final newline missing

paquetage:PythonPyLint

Python0321

More than one statement on a single line

Old: Format detection error in %r

paquetage:PythonPyLint

Python0322

Old: Operator not preceded by a space

paquetage:PythonPyLint

Python0323

Old: Operator not followed by a space

paquetage:PythonPyLint

Python0324

Old: Comma not followed by a space

paquetage:PythonPyLint

Python0325

Unnecessary parens after %r keyword

paquetage:PythonPyLint

Python0326

%s space %s %s %sn%s

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

Python0011

Unrecognized file option %r

Locally disabling %s

paquetage:PythonPyLint

Python0012

Bad option value %r

Locally enabling %s

paquetage:PythonPyLint

Python0100

__init__ method is a generator

paquetage:PythonPyLint

Python0101

Explicit return in __init__

Unreachable code

paquetage:PythonPyLint

Python0102

Black listed name “”%s”“

%s already defined line %s

Dangerous default value %s as argument

paquetage:PythonPyLint

Python0103

Invalid %s name “”%s”“

%r not properly in loop

paquetage:PythonPyLint

Python0104

Return outside function

Statement seems to have no effect

paquetage:PythonPyLint

Python0105

Yield outside function

String statement has no effect

paquetage:PythonPyLint

Python0106

Return with argument inside generator

Expression “”%s”” is assigned to nothing

paquetage:PythonPyLint

Python0107

Use of the non-existent %s operator

Unnecessary pass statement

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

Python0211

Method has no argument

Static method with %r as first argument

paquetage:PythonPyLint

Python0213

Method should have “”self”” as first argument

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

Python0235

__exit__ must accept 3 arguments: type, value, traceback

paquetage:PythonPyLint

Python0501

Old: Non ascii characters found but no encoding specified (PEP 263)

paquetage:PythonPyLint

Python0502

Old: Wrong encoding specified (%s)

paquetage:PythonPyLint

Python0503

Old: Unknown encoding specified (%s)

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

Python0603

Undefined variable name %r in __all__

Using the global statement

paquetage:PythonPyLint

Python0604

Invalid object %r in __all__, must contain only strings

Using the global statement at the module level

paquetage:PythonPyLint

Python0611

No name %r in module %r

Unused import %s

paquetage:PythonPyLint

Python0701

Bad except clauses order (%s)

Raising a string exception

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

Python1002

Use of super on an old style class

paquetage:PythonPyLint

Python1003

Bad first argument %r given to super()

paquetage:PythonPyLint

Python1004

Missing argument to super()

paquetage:PythonPyLint

Python1101

%s %r has no %r member

paquetage:PythonPyLint

Python1102

%s is not callable

paquetage:PythonPyLint

Python1103

%s %r has no %r member (but some types could not be inferred)

paquetage:PythonPyLint

Python1111

Assigning to function call which doesn’t return

Assigning to function call which only returns None

paquetage:PythonPyLint

Python1120

No value passed for parameter %s in function call

paquetage:PythonPyLint

Python1121

Too many positional arguments for function call

paquetage:PythonPyLint

Python1122

Old: Duplicate keyword argument %r in function call

paquetage:PythonPyLint

Python1123

Passing unexpected keyword argument %r in function call

paquetage:PythonPyLint

Python1124

Parameter %r passed as both positional and keyword argument

paquetage:PythonPyLint

Python1125

Old: Missing mandatory keyword argument %r

paquetage:PythonPyLint

Python1200

Unsupported logging format character %r (%#02x) at index %d

paquetage:PythonPyLint

Python1201

Logging format string ends in middle of conversion specifier

Specify string format arguments as logging function parameters

paquetage:PythonPyLint

Python1205

Too many arguments for logging format string

paquetage:PythonPyLint

Python1206

Not enough arguments for logging format string

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

Python1302

Mixing named and unnamed conversion specifiers in format string

paquetage:PythonPyLint

Python1303

Expected mapping for format string, not %s

paquetage:PythonPyLint

Python1304

Missing key %r in format string dictionary

paquetage:PythonPyLint

Python1305

Too many arguments for format string

paquetage:PythonPyLint

Python1306

Not enough arguments for format string

paquetage:PythonPyLint

Python1310

Suspicious argument in %s.%s call

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

Python0002

%s: %s (message varies)

paquetage:PythonPyLint

Python0003

ignored builtin module %s

paquetage:PythonPyLint

Python0004

unexpected inferred value %s

paquetage:PythonPyLint

Python0010

error while code parsing: %s

Unable to consider inline option %r

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

Python0220

failed to resolve interfaces implemented by %s (%s)

paquetage:PythonPyLint

Python0321

More than one statement on a single line

Old: Format detection error in %r

paquetage:PythonPyLint

Python0401

Unable to import %s

Cyclic import (%s)

Wildcard import %s

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

Python0010

error while code parsing: %s

Unable to consider inline option %r

paquetage:PythonPyLint

Python0011

Unrecognized file option %r

Locally disabling %s

paquetage:PythonPyLint

Python0012

Bad option value %r

Locally enabling %s

paquetage:PythonPyLint

Python0013

Ignoring entire file

paquetage:PythonPyLint

Python0014

Used deprecated directive “”pylint:disable-all”” or “”pylint:disable=all”“

paquetage:PythonPyLint

Python0020

Suppressed %s (from line %d)

paquetage:PythonPyLint

Python0021

Useless suppression of %s

paquetage:PythonPyLint

Python0022

Deprecated pragma “”pylint:disable-msg”” or “”pylint:enable-msg”“

paquetage:PythonPyLint

Python0201

Method could be a function

Attribute %r defined outside __init__

paquetage:PythonPyLint

Python0401

Unable to import %s

Cyclic import (%s)

Wildcard import %s

paquetage:PythonPyLint

Python0801

Similar lines in %s files

paquetage:PythonPyLint

Python0901

Too many ancestors (%s/%s)

paquetage:PythonPyLint

Python0902

Too many instance attributes (%s/%s)

paquetage:PythonPyLint

Python0903

Too few public methods (%s/%s)

paquetage:PythonPyLint

Python0904

Too many public methods (%s/%s)

paquetage:PythonPyLint

Python0911

Too many return statements (%s/%s)

paquetage:PythonPyLint

Python0912

Too many branches (%s/%s)

paquetage:PythonPyLint

Python0913

Too many arguments (%s/%s)

paquetage:PythonPyLint

Python0914

Too many local variables (%s/%s)

paquetage:PythonPyLint

Python0915

Too many statements (%s/%s)

paquetage:PythonPyLint

Python0921

Abstract class not referenced

paquetage:PythonPyLint

Python0922

Abstract class is only referenced %s times

paquetage:PythonPyLint

Python0923

Interface not implemented

paquetage:PythonPyLint

Python0101

Explicit return in __init__

Unreachable code

paquetage:PythonPyLint

Python0102

Black listed name “”%s”“

%s already defined line %s

Dangerous default value %s as argument

paquetage:PythonPyLint

Python0104

Return outside function

Statement seems to have no effect

paquetage:PythonPyLint

Python0105

Yield outside function

String statement has no effect

paquetage:PythonPyLint

Python0106

Return with argument inside generator

Expression “”%s”” is assigned to nothing

paquetage:PythonPyLint

Python0107

Use of the non-existent %s operator

Unnecessary pass statement

paquetage:PythonPyLint

Python0108

Duplicate argument name %s in function definition

Lambda may not be necessary

paquetage:PythonPyLint

Python0109

Duplicate key %r in dictionary

paquetage:PythonPyLint

Python0110

map/filter on lambda could be replaced by comprehension

paquetage:PythonPyLint

Python0120

Else clause on loop without a break statement

paquetage:PythonPyLint

Python0121

Missing required attribute “”%s”“

Use raise ErrorClass(args) instead of raise ErrorClass, args.

paquetage:PythonPyLint

Python0122

Use of exec

paquetage:PythonPyLint

Python0141

Used builtin function %r

paquetage:PythonPyLint

Python0142

Used * or ** magic

paquetage:PythonPyLint

Python0150

%s statement in finally block may swallow exception

paquetage:PythonPyLint

Python0199

Assert called on a 2-uple. Did you mean ‘assert x,y’?

paquetage:PythonPyLint

Python0201

Method could be a function

Attribute %r defined outside __init__

paquetage:PythonPyLint

Python0211

Method has no argument

Static method with %r as first argument

paquetage:PythonPyLint

Python0212

Access to a protected member %s of a client class

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

Python0223

Method %r is abstract in class %r but is not overridden

paquetage:PythonPyLint

Python0231

__init__ method from base class %r is not called

paquetage:PythonPyLint

Python0232

Class has no __init__ method

paquetage:PythonPyLint

Python0233

__init__ method from a non direct base class %r is called

paquetage:PythonPyLint

Python0234

iter returns non-iterator

paquetage:PythonPyLint

Python0301

Line too long (%s/%s)

Unnecessary semicolon

paquetage:PythonPyLint

Python0311

Bad indentation. Found %s %s, expected %s

paquetage:PythonPyLint

Python0312

Found indentation with %ss instead of %ss

paquetage:PythonPyLint

Python0331

Use of the <> operator

paquetage:PythonPyLint

Python0332

Use of “”l”” as long integer identifier

paquetage:PythonPyLint

Python0333

Use of the `` operator

paquetage:PythonPyLint

Python0401

Unable to import %s

Cyclic import (%s)

Wildcard import %s

paquetage:PythonPyLint

Python0402

Uses of a deprecated module %r

paquetage:PythonPyLint

Python0403

Relative import %r, should be %r

paquetage:PythonPyLint

Python0404

Reimport %r (imported line %s)

paquetage:PythonPyLint

Python0406

Module import itself

paquetage:PythonPyLint

Python0410

__future__ import is not the first non docstring statement

paquetage:PythonPyLint

Python0511

(warning notes in code comments; message varies)

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

Python0603

Undefined variable name %r in __all__

Using the global statement

paquetage:PythonPyLint

Python0604

Invalid object %r in __all__, must contain only strings

Using the global statement at the module level

paquetage:PythonPyLint

Python0611

No name %r in module %r

Unused import %s

paquetage:PythonPyLint

Python0612

Unused variable %r

paquetage:PythonPyLint

Python0613

Unused argument %r

paquetage:PythonPyLint

Python0614

Unused import %s from wildcard import

paquetage:PythonPyLint

Python0621

Redefining name %r from outer scope (line %s)

paquetage:PythonPyLint

Python0622

Redefining built-in %r

paquetage:PythonPyLint

Python0623

Redefining name %r from %s in exception handler

paquetage:PythonPyLint

Python0631

Using possibly undefined loop variable %r

paquetage:PythonPyLint

Python0632

Possible unbalanced tuple unpacking with sequence%s: …

paquetage:PythonPyLint

Python0633

Attempting to unpack a non-sequence%s

paquetage:PythonPyLint

Python0701

Bad except clauses order (%s)

Raising a string exception

paquetage:PythonPyLint

Python0702

Raising %s while only classes, instances or string are allowed

No exception type(s) specified

paquetage:PythonPyLint

Python0703

Catching too general exception %s

paquetage:PythonPyLint

Python0704

Except doesn’t do anything

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

Python1501

“”%s”” is not a valid mode for open.

paquetage:PythonPyLint