14 lines
339 B
INI
14 lines
339 B
INI
# -*- mode: conf; -*-
|
|
|
|
[MESSAGES CONTROL]
|
|
disable=all
|
|
enable=
|
|
empty-docstring,
|
|
inconsistent-return-statements,
|
|
no-else-return,
|
|
redefined-argument-from-local,
|
|
too-many-branches,
|
|
too-many-instance-attributes,
|
|
too-many-return-statements,
|
|
unused-import,
|
|
unused-variable,
|