16 lines
420 B
INI
16 lines
420 B
INI
# -*- mode: conf; -*-
|
|
|
|
[MESSAGES CONTROL]
|
|
disable=fixme,
|
|
arguments-differ,
|
|
arguments-renamed,
|
|
attribute-defined-outside-init,
|
|
consider-using-generator,
|
|
duplicate-code,
|
|
keyword-arg-before-vararg,
|
|
missing-function-docstring,
|
|
missing-module-docstring,
|
|
no-member,
|
|
super-init-not-called,
|
|
too-many-locals,
|
|
too-many-nested-blocks,
|