|
|
|
|
@ -4,12 +4,15 @@ disable=
|
|
|
|
|
abstract-method,
|
|
|
|
|
access-member-before-definition,
|
|
|
|
|
anomalous-backslash-in-string,
|
|
|
|
|
anomalous-unicode-escape-in-string,
|
|
|
|
|
arguments-differ,
|
|
|
|
|
assignment-from-no-return,
|
|
|
|
|
attribute-defined-outside-init,
|
|
|
|
|
bad-continuation,
|
|
|
|
|
bad-format-string,
|
|
|
|
|
bad-indentation,
|
|
|
|
|
bad-mcs-classmethod-argument,
|
|
|
|
|
bad-open-mode,
|
|
|
|
|
bad-whitespace,
|
|
|
|
|
bare-except,
|
|
|
|
|
blacklisted-name,
|
|
|
|
|
@ -19,9 +22,11 @@ disable=
|
|
|
|
|
consider-merging-isinstance,
|
|
|
|
|
consider-using-enumerate,
|
|
|
|
|
consider-using-ternary,
|
|
|
|
|
dangerous-default-value,
|
|
|
|
|
deprecated-lambda,
|
|
|
|
|
deprecated-method,
|
|
|
|
|
deprecated-module,
|
|
|
|
|
duplicate-key,
|
|
|
|
|
eval-used,
|
|
|
|
|
exec-used,
|
|
|
|
|
expression-not-assigned,
|
|
|
|
|
@ -40,6 +45,9 @@ disable=
|
|
|
|
|
line-too-long,
|
|
|
|
|
literal-comparison,
|
|
|
|
|
locally-disabled,
|
|
|
|
|
logging-format-interpolation,
|
|
|
|
|
logging-not-lazy,
|
|
|
|
|
lost-exception,
|
|
|
|
|
method-hidden,
|
|
|
|
|
misplaced-comparison-constant,
|
|
|
|
|
missing-docstring,
|
|
|
|
|
@ -57,10 +65,12 @@ disable=
|
|
|
|
|
pointless-statement,
|
|
|
|
|
pointless-string-statement,
|
|
|
|
|
protected-access,
|
|
|
|
|
raising-bad-type,
|
|
|
|
|
redefined-argument-from-local,
|
|
|
|
|
redefined-builtin,
|
|
|
|
|
redefined-outer-name,
|
|
|
|
|
redefined-variable-type,
|
|
|
|
|
redundant-unittest-assert,
|
|
|
|
|
reimported,
|
|
|
|
|
relative-import,
|
|
|
|
|
signature-differs,
|
|
|
|
|
@ -81,12 +91,16 @@ disable=
|
|
|
|
|
too-many-return-statements,
|
|
|
|
|
too-many-statements,
|
|
|
|
|
trailing-comma-tuple,
|
|
|
|
|
trailing-newlines,
|
|
|
|
|
unbalanced-tuple-unpacking,
|
|
|
|
|
undefined-loop-variable,
|
|
|
|
|
unexpected-keyword-arg,
|
|
|
|
|
ungrouped-imports,
|
|
|
|
|
unidiomatic-typecheck,
|
|
|
|
|
unnecessary-lambda,
|
|
|
|
|
unnecessary-pass,
|
|
|
|
|
unneeded-not,
|
|
|
|
|
unreachable,
|
|
|
|
|
unsubscriptable-object,
|
|
|
|
|
unsupported-assignment-operation,
|
|
|
|
|
unsupported-delete-operation,
|
|
|
|
|
@ -96,7 +110,9 @@ disable=
|
|
|
|
|
unused-variable,
|
|
|
|
|
unused-wildcard-import,
|
|
|
|
|
used-before-assignment,
|
|
|
|
|
useless-else-on-loop,
|
|
|
|
|
useless-super-delegation,
|
|
|
|
|
using-constant-test,
|
|
|
|
|
wildcard-import,
|
|
|
|
|
wrong-import-order,
|
|
|
|
|
wrong-import-position,
|
|
|
|
|
|