41 lines
877 B
INI
41 lines
877 B
INI
[MESSAGES CONTROL]
|
|
disable=
|
|
assigning-non-slot,
|
|
broad-except,
|
|
dangerous-default-value,
|
|
expression-not-assigned,
|
|
fixme,
|
|
global-statement,
|
|
import-error,
|
|
import-outside-toplevel,
|
|
invalid-name,
|
|
len-as-condition,
|
|
logging-format-interpolation,
|
|
lost-exception,
|
|
missing-docstring,
|
|
no-self-use,
|
|
pointless-statement,
|
|
protected-access,
|
|
redefined-argument-from-local,
|
|
redefined-builtin,
|
|
redefined-outer-name,
|
|
too-many-arguments,
|
|
too-many-branches,
|
|
too-many-instance-attributes,
|
|
too-many-lines,
|
|
too-many-locals,
|
|
too-many-nested-blocks,
|
|
too-many-public-methods,
|
|
too-many-return-statements,
|
|
too-many-statements,
|
|
undefined-loop-variable,
|
|
ungrouped-imports,
|
|
unidiomatic-typecheck,
|
|
unnecessary-lambda,
|
|
unsubscriptable-object,
|
|
unsupported-assignment-operation,
|
|
unused-argument,
|
|
unused-variable,
|
|
[FORMAT]
|
|
max-line-length=139
|