3
0
Fork 0
wuttaweb/.pylintrc

25 lines
708 B
INI

# -*- mode: conf; -*-
[MESSAGES CONTROL]
disable=fixme,
arguments-differ,
arguments-renamed,
attribute-defined-outside-init,
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-many-locals,
too-many-nested-blocks,