All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sonar.plugins.python.pylint.rules.json Maven / Gradle / Ivy

The newest version!
[
  {
    "key": "C0102",
    "name": "Black listed name",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "C0103",
    "name": "Invalid name",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "C0111",
    "name": "Missing docstring",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "C0112",
    "name": "Empty docstring",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "C0113",
    "name": "Useless negation",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "C0121",
    "name": "Singleton comparison",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "C0122",
    "name": "Misplaced comparison constant",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "C0123",
    "name": "Using type() instead of isinstance() for a typecheck.",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "C0200",
    "name": "Consider using enumerate instead of iterating with range and len",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "C0201",
    "name": "Consider iterating the dictionary directly instead of calling .keys()",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "C0202",
    "name": "Class method should have \"cls\" as first argument",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "C0203",
    "name": "Metaclass method should have \"mcs\" as first argument",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "C0204",
    "name": "Metaclass class method first argument",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "C0205",
    "name": "Class __slots__ should be a non-string iterable",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "C0301",
    "name": "Line too long",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "C0302",
    "name": "Too many lines in module",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "C0303",
    "name": "Trailing whitespace",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "C0304",
    "name": "Final newline missing",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "C0305",
    "name": "Trailing newlines",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "C0321",
    "name": "More than one statement on a single line",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "C0322",
    "name": "Operator not preceded by a space",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "C0323",
    "name": "Operator not followed by a space",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "C0324",
    "name": "Comma not followed by a space",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "C0325",
    "name": "Unnecessary parentheses",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "C0326",
    "name": "Wrong number of spaces around an operator, bracket, or comma, or before a block opener",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "C0327",
    "name": "Mixed line endings LF and CRLF",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "C0328",
    "name": "Unexpected line ending format",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "C0330",
    "name": "Bad continuation",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "C0401",
    "name": "Wrong spelling of a word in a comment",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "C0402",
    "name": "Wrong spelling of a word in a docstring",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "C0403",
    "name": "Invalid characters in a docstring",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "C0410",
    "name": "Multiple imports on one line",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "C0411",
    "name": "Wrong import order",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "C0412",
    "name": "Ungrouped imports",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "C0413",
    "name": "Wrong import position",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "C1001",
    "name": "Old-style class defined.",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "C0414",
    "name": "Import alias does not rename original package",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "C1801",
    "name": "Do not use `len(SEQUENCE)` to determine if a sequence is empty",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E0001",
    "name": "Syntax error",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E0011",
    "name": "Unrecognized file option",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E0012",
    "name": "Bad option value",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E0100",
    "name": "__init__ method is a generator",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E0101",
    "name": "Explicit return in __init__",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E0102",
    "name": "Redefined function/class/method",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E0103",
    "name": "Usage of 'break' or 'continue' outside of a loop",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E0104",
    "name": "Return outside function",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E0105",
    "name": "Yield outside function",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E0106",
    "name": "Return with argument inside generator",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E0107",
    "name": "Use of a non-existent operator",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E0108",
    "name": "Duplicate argument name in function definition",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E0109",
    "name": "Missing argument to reversed()",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E0110",
    "name": "Abstract class instantiated",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E0111",
    "name": "The first reversed() argument is not a sequence",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E0112",
    "name": "More than one starred expression in assignment",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E0113",
    "name": "Starred assignment target must be in a list or tuple",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E0114",
    "name": "Can use starred expression only in assignment target",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E0115",
    "name": "Name is nonlocal and global",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E0116",
    "name": "'continue' not supported inside 'finally' clause",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E0117",
    "name": "Nonlocal name found without binding",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E0119",
    "name": "Format function is not called on str",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E0202",
    "name": "Method hidden by attribute of super class",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E0203",
    "name": "Access to member before its definition",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E0211",
    "name": "Method has no argument",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E0213",
    "name": "Method should have \"self\" as first argument",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E0221",
    "name": "Implemented interface must be a class",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E0222",
    "name": "Missing method from interface",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E0235",
    "name": "__exit__ must accept 3 arguments: type, value, traceback",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E0236",
    "name": "Invalid object in __slots__, must contain only non empty strings",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E0237",
    "name": "Assigning to attribute not defined in class slots",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E0238",
    "name": "Invalid __slots__ object",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E0239",
    "name": "Inheriting from non-class",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E0240",
    "name": "Inconsistent method resolution order",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E0241",
    "name": "Duplicate bases",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E0301",
    "name": "__iter__ returns non-iterator",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E0302",
    "name": "Unexpected special method signature",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E0303",
    "name": "__len__ does not return non-negative integer",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E0401",
    "name": "Import error",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E0402",
    "name": "Attempted relative import beyond top-level package",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E0501",
    "name": "Non-ASCII characters found but no encoding specified (PEP 263)",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E0502",
    "name": "Wrong encoding specified",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E0503",
    "name": "Unknown encoding specified",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E0601",
    "name": "Using variable before assignment",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E0602",
    "name": "Undefined variable",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E0603",
    "name": "Undefined variable name in __all__",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E0604",
    "name": "Invalid object in __all__, must contain only strings",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E0611",
    "name": "Undefined name in module",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E0632",
    "name": "Unbalanced tuple unpacking",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E0633",
    "name": "Attempting to unpack a non-sequence",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E0701",
    "name": "Bad except clauses order",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E0702",
    "name": "Raising only allowed for classes, instances or strings",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E0703",
    "name": "Exception context set to something which is not an exception, nor None",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E0704",
    "name": "The raise statement is not inside an except clause",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E0710",
    "name": "Raising a new style class which doesn't inherit from BaseException",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E0711",
    "name": "NotImplemented raised - should raise NotImplementedError",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E0712",
    "name": "Catching an exception which doesn't inherit from Exception",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E1001",
    "name": "Use of __slots__ on an old style class",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E1002",
    "name": "Use of super on an old style class",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E1003",
    "name": "Bad first argument given to super",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E1004",
    "name": "Missing argument to super()",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E1101",
    "name": "Access of nonexistent member",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E1102",
    "name": "Calling of not callable",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E1103",
    "name": "Accessing nonexistent member (type information incomplete)",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E1111",
    "name": "Assigning result of a function call, where the function has no return",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E1120",
    "name": "Too few arguments",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E1121",
    "name": "Too many positional arguments for function call",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E1122",
    "name": "Duplicate keyword argument in function call",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E1123",
    "name": "Passing unexpected keyword argument in function call",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E1124",
    "name": "Multiple values passed for parameter in function call",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E1125",
    "name": "Missing mandatory keyword argument in call",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E1126",
    "name": "Sequence index is not an int, slice, or instance with __index__",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E1127",
    "name": "Slice index is not an int, None, or instance with __index__",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E1128",
    "name": "Assigning result of a function call, where the function returns None",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E1129",
    "name": "Context manager doesn't implement __enter__ and __exit__",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E1130",
    "name": "Invalid unary operand type",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E1131",
    "name": "Unsupported binary operation",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E1132",
    "name": "Multiple values for keyword argument",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E1133",
    "name": "Non-iterable value used in an iterating context",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E1134",
    "name": "Non-mapping value used in a mapping context",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E1135",
    "name": "Unsupported membership test",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E1136",
    "name": "Subscripted value doesn't support subscription",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E1137",
    "name": "Object does not support item assignment",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E1138",
    "name": "Object does not support item deletion",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E1139",
    "name": "Invalid metaclass used",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E1140",
    "name": "Dict key is unhashable",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E1200",
    "name": "Unsupported logging format character",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E1201",
    "name": "Logging format string ends in middle of conversion specifier",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E1205",
    "name": "Too many arguments for logging format string",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E1206",
    "name": "Not enough arguments for logging format string",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E1300",
    "name": "Unsupported format character",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E1301",
    "name": "Format string ends in middle of conversion specifier",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E1302",
    "name": "Mixing named and unnamed conversion specifiers in format string",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E1303",
    "name": "Expected mapping for format string",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E1304",
    "name": "Missing key in format string dictionary",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E1305",
    "name": "Too many arguments for format string",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E1306",
    "name": "Not enough arguments for format string",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E1307",
    "name": "Argument does not match format type",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E1310",
    "name": "Suspicious argument in lstrip/rstrip",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E1507",
    "name": "Env manipulation functions does not support type argument",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E1601",
    "name": "print statement used",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E1602",
    "name": "Parameter unpacking specified",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E1603",
    "name": "Implicit unpacking of exceptions is not supported in Python 3",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E1604",
    "name": "Use raise ErrorClass(args) instead of raise ErrorClass, args.",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E1605",
    "name": "Use of the `` operator",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E1606",
    "name": "Use of long suffix",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E1607",
    "name": "Use of the <> operator",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E1608",
    "name": "Use of old octal literal",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E1609",
    "name": "Import * only allowed at module level",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E1610",
    "name": "Non-ascii bytes literals not supported in 3.x",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E1700",
    "name": "Yield inside async function",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "E1701",
    "name": "Async context manager doesn't implement __aenter__ and __aexit__",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "F0001",
    "name": "Analysis failed",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "F0002",
    "name": "Internal Pylint error",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "F0003",
    "name": "Ignored builtin module",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "F0004",
    "name": "Unexpected inferred value",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "F0010",
    "name": "Error while code parsing",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "F0202",
    "name": "Unable to check methods signature",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "F0220",
    "name": "Failed to resolve interfaces",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "F0321",
    "name": "Format detection error",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "F0401",
    "name": "Unable to import module",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "I0001",
    "name": "Unable to run raw checkers on built-in module",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "I0010",
    "name": "Unable to consider inline option",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "I0011",
    "name": "Locally disabling message",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "I0012",
    "name": "Locally enabling message",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "I0013",
    "name": "Ignoring entire file",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "I0020",
    "name": "Suppressed message",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "I0021",
    "name": "Useless suppression of message",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "I0022",
    "name": "Deprecated pragma",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "I0023",
    "name": "Use symbolic message",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "I1101",
    "name": "Non-existent member of C extension",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "R0123",
    "name": "Comparison to literal",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "R0124",
    "name": "Redundant comparison",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "R0201",
    "name": "Method could be a function",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "R0202",
    "name": "Consider using a decorator instead of calling classmethod",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "R0203",
    "name": "Consider using a decorator instead of calling staticmethod",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "R0205",
    "name": "Class inherits from object, can be safely removed from bases in python3",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "R0401",
    "name": "Cyclic import",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "R0801",
    "name": "Similar lines",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "R0901",
    "name": "Too many ancestors",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "R0902",
    "name": "Too many instance attributes",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "R0903",
    "name": "Too few public methods",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "R0904",
    "name": "Too many public methods",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "R0911",
    "name": "Too many return statements",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "R0912",
    "name": "Too many branches",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "R0913",
    "name": "Too many arguments",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "R0914",
    "name": "Too many local variables",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "R0915",
    "name": "Too many statements",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "R0916",
    "name": "Too many boolean expressions in if statement",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "R0921",
    "name": "Abstract class not referenced",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "R0922",
    "name": "Abstract class used too few times",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "R0923",
    "name": "Interface not implemented",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "R1701",
    "name": "Consider merging isinstance calls",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "R1702",
    "name": "Too many nested blocks",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "R1703",
    "name": "Simplifiable if statement",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "R1704",
    "name": "Redefining argument with local name",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "R1705",
    "name": "Unnecessary \"else\" after \"return\"",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "R1706",
    "name": "Consider using ternary",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "R1707",
    "name": "Disallow trailing comma tuple",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "R1708",
    "name": "Do not raise StopIteration in generator, use return statement instead",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "R1709",
    "name": "Boolean expression may be simplified",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "R1710",
    "name": "Either all return statements in a function should return an expression, or none of them should.",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "R1711",
    "name": "Useless return at end of function or method",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "R1712",
    "name": "Consider using tuple unpacking for swapping variables",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "R1713",
    "name": "Consider using str.join(sequence) for concatenating strings from an iterable",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "R1714",
    "name": "Consider using \"in\"",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "R1715",
    "name": "Consider using dict.get for getting values from a dict if a key is present or a default if not",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "R1716",
    "name": "Simplify chained comparison between the operands",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "R1717",
    "name": "Consider using a dictionary comprehension",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "R1718",
    "name": "Consider using a set comprehension",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "R1719",
    "name": "Simplifiable if expression",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "R1720",
    "name": "Unnecessary \"else\" after \"raise\"",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0101",
    "name": "Unreachable code",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0102",
    "name": "Dangerous default value as argument",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0104",
    "name": "Statement seems to have no effect",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0105",
    "name": "String statement has no effect",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0106",
    "name": "Expression is assigned to nothing",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0107",
    "name": "Unnecessary pass statement",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0108",
    "name": "Lambda may not be necessary",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0109",
    "name": "Duplicate key in dictionary",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0110",
    "name": "map/filter on lambda could be replaced by comprehension",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0111",
    "name": "Assignments should not be made to new Python keywords",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0120",
    "name": "Else clause on loop without a break statement",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0121",
    "name": "Use raise ErrorClass(args) instead of raise ErrorClass, args.",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0122",
    "name": "Use of exec",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0123",
    "name": "Use of eval",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0124",
    "name": "Following \"as\" with another context manager looks like a tuple.",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0125",
    "name": "Using a conditional statement with a constant value",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0141",
    "name": "Used black listed builtin function",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0142",
    "name": "Used * or ** magic",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0143",
    "name": "Comparing against a callable, did you omit the parenthesis?",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0150",
    "name": "Statement in finally block may swallow exception",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0199",
    "name": "Assert called on a 2-uple",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0201",
    "name": "Attribute defined outside __init__",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0211",
    "name": "Static method with \"self\" or \"cls\" as first argument",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0212",
    "name": "Access to a protected member of a client class",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0221",
    "name": "Parameter number discrepancy",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0222",
    "name": "Method signature discrepancy",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0223",
    "name": "Abstract method is not overridden",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0231",
    "name": "__init__ method from base class is not called",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0232",
    "name": "Class has no __init__ method",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0233",
    "name": "__init__ method from a non direct base class is called",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0234",
    "name": "__iter__ returns non-iterator",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0235",
    "name": "Useless super delegation",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0301",
    "name": "Unnecessary semicolon",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0311",
    "name": "Bad indentation",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0312",
    "name": "Mixed tabs/spaces indentation",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0331",
    "name": "Use of the <> operator",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0332",
    "name": "Use of \"l\" as long integer identifier",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0333",
    "name": "Use of the `` operator",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0401",
    "name": "Wildcard import",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0402",
    "name": "Uses of a deprecated module",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0403",
    "name": "Relative import",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0404",
    "name": "Reimport",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0406",
    "name": "Module imports itself",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0410",
    "name": "__future__ import is not the first non docstring statement",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0511",
    "name": "Task marker found",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0512",
    "name": "Source line cannot be decoded using the specified source file encoding",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0601",
    "name": "Global variable undefined at the module level",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0602",
    "name": "Unassigned global variable",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0603",
    "name": "Using the global statement",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0604",
    "name": "Using the global statement at the module level",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0611",
    "name": "Unused import",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0612",
    "name": "Unused variable",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0613",
    "name": "Unused argument",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0614",
    "name": "Unused import from wildcard import",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0621",
    "name": "Redefining name from outer scope",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0622",
    "name": "Redefining built-in",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0623",
    "name": "Redefining name in exception handler",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0631",
    "name": "Using possibly undefined loop variable",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0632",
    "name": "Possible unbalanced tuple unpacking",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0633",
    "name": "Attempting to unpack a non-sequence",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0640",
    "name": "Cell variable defined in loop",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0641",
    "name": "Possibly unused variable",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0642",
    "name": "Invalid assignment in method",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0701",
    "name": "Raising a string exception",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0702",
    "name": "No exception type(s) specified",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0703",
    "name": "Catching too general exception",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0704",
    "name": "Except doesn't do anything",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0705",
    "name": "Catching previously caught exception type",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0706",
    "name": "The except handler raises immediately",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0710",
    "name": "Exception doesn't inherit from standard \"Exception\" class",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0711",
    "name": "Exception to catch is the result of a binary operation",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0712",
    "name": "Implicit unpacking of exceptions is not supported in Python 3",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0715",
    "name": "Exception arguments suggest string formatting might be intended",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W0716",
    "name": "Invalid exception operation",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1001",
    "name": "Use of \"property\" on an old style class",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1111",
    "name": "Assigning to function call which only returns None",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1113",
    "name": "Keyword argument before variable positional arguments list",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1201",
    "name": "Specify string format arguments as logging function parameters",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1202",
    "name": "Logging format interpolation",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1203",
    "name": "Usage of % formatting in logging functions",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1300",
    "name": "Format string dictionary key should be a string",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1301",
    "name": "Unused key in format string dictionary",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1302",
    "name": "Invalid format string",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1303",
    "name": "Missing keyword argument for format string",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1304",
    "name": "Unused format argument",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1305",
    "name": "Format string contains both automatic field numbering and manual field specification",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1306",
    "name": "Missing format attribute",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1307",
    "name": "Using invalid lookup key in format specifier",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1308",
    "name": "Duplicate string formatting argument",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1401",
    "name": "Anomalous backslash escape",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1402",
    "name": "Anomalous Unicode escape in byte string",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1403",
    "name": "Implicit string concatenation",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1501",
    "name": "Invalid mode for open",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1502",
    "name": "Using datetime.time in a boolean context.",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1503",
    "name": "Redundant unittest assert",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1505",
    "name": "Using deprecated method",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1506",
    "name": "threading.Thread needs the target function",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1507",
    "name": "Using copy.copy(os.environ). Use os.environ.copy() instead.",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1508",
    "name": "Invalid type in env manipulation functions",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1509",
    "name": "Using preexec_fn keyword which may be unsafe in the presence of threads",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1601",
    "name": "apply built-in referenced",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1602",
    "name": "basestring built-in referenced",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1603",
    "name": "buffer built-in referenced",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1604",
    "name": "cmp built-in referenced",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1605",
    "name": "coerce built-in referenced",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1606",
    "name": "execfile built-in referenced",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1607",
    "name": "file built-in referenced",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1608",
    "name": "long built-in referenced",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1609",
    "name": "raw_input built-in referenced",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1610",
    "name": "reduce built-in referenced",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1611",
    "name": "StandardError built-in referenced",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1612",
    "name": "unicode built-in referenced",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1613",
    "name": "xrange built-in referenced",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1614",
    "name": "__coerce__ method defined",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1615",
    "name": "__delslice__ method defined",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1616",
    "name": "__getslice__ method defined",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1617",
    "name": "__setslice__ method defined",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1618",
    "name": "import missing `from __future__ import absolute_import`",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1619",
    "name": "division w/o __future__ statement",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1620",
    "name": "Calling a dict.iter*() method",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1621",
    "name": "Calling a dict.view*() method",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1622",
    "name": "Called a next() method on an object",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1623",
    "name": "Assigning to a class's __metaclass__ attribute",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1624",
    "name": "Indexing exceptions will not work on Python 3",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1625",
    "name": "Raising a string exception",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1626",
    "name": "reload built-in referenced",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1627",
    "name": "__oct__ method defined",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1628",
    "name": "__hex__ method defined",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1629",
    "name": "__nonzero__ method defined",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1630",
    "name": "__cmp__ method defined",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1632",
    "name": "input built-in referenced",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1633",
    "name": "round built-in referenced",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1634",
    "name": "intern built-in referenced",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1635",
    "name": "unichr built-in referenced",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1636",
    "name": "map built-in referenced when not iterating",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1637",
    "name": "zip built-in referenced when not iterating",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1638",
    "name": "range built-in referenced when not iterating",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1639",
    "name": "filter built-in referenced when not iterating",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1640",
    "name": "Using the cmp argument for list.sort / sorted",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1641",
    "name": "Implementing __eq__ without also implementing __hash__",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1642",
    "name": "__div__ method defined",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1643",
    "name": "__idiv__ method defined",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1644",
    "name": "__rdiv__ method defined",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1645",
    "name": "Exception.message removed in Python 3",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1646",
    "name": "non-text encoding used in str.decode",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1647",
    "name": "sys.maxint removed in Python 3",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1649",
    "name": "Accessing a deprecated function on the string module",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1650",
    "name": "Using str.translate with deprecated deletechars parameters",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1651",
    "name": "Accessing a deprecated function on the itertools module",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1652",
    "name": "Accessing a deprecated fields on the types module",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1653",
    "name": "next method defined",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1654",
    "name": "dict.items referenced when not iterating",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1655",
    "name": "dict.keys referenced when not iterating",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1656",
    "name": "dict.values referenced when not iterating",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1657",
    "name": "Accessing a removed attribute on the operator module",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1658",
    "name": "Accessing a removed attribute on the urllib module",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1659",
    "name": "Accessing a removed xreadlines attribute",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1660",
    "name": "Accessing a removed attribute on the sys module",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1661",
    "name": "Using an exception object that was bound by an except handler",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  },
  {
    "key": "W1662",
    "name": "Using a variable that was bound inside a comprehension",
    "url": "https://pylint.pycqa.org/en/latest/technical_reference/features.html"
  }
]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy