buku/tests/.pylintrc
2020-12-29 14:01:06 +05:30

40 lines
855 B
INI

[MESSAGES CONTROL]
disable=
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