31 lines
902 B
INI
31 lines
902 B
INI
# -*- mode: conf; -*-
|
|
|
|
[MESSAGES CONTROL]
|
|
disable=fixme,
|
|
abstract-method,
|
|
arguments-differ,
|
|
arguments-renamed,
|
|
assignment-from-no-return,
|
|
attribute-defined-outside-init,
|
|
consider-using-dict-comprehension,
|
|
consider-using-dict-items,
|
|
consider-using-generator,
|
|
consider-using-get,
|
|
consider-using-set-comprehension,
|
|
duplicate-code,
|
|
isinstance-second-argument-not-valid-type,
|
|
keyword-arg-before-vararg,
|
|
missing-function-docstring,
|
|
missing-module-docstring,
|
|
no-else-raise,
|
|
no-member,
|
|
not-callable,
|
|
protected-access,
|
|
redefined-outer-name,
|
|
simplifiable-if-expression,
|
|
singleton-comparison,
|
|
super-init-not-called,
|
|
too-few-public-methods,
|
|
too-many-lines,
|
|
too-many-locals,
|
|
too-many-nested-blocks,
|