2025-08-31 19:44:18 -05:00
|
|
|
# -*- mode: conf; -*-
|
|
|
|
|
|
|
|
[MESSAGES CONTROL]
|
|
|
|
disable=all
|
|
|
|
enable=
|
2025-08-31 20:41:53 -05:00
|
|
|
empty-docstring,
|
2025-08-31 19:44:18 -05:00
|
|
|
inconsistent-return-statements,
|
2025-08-31 20:20:01 -05:00
|
|
|
no-else-return,
|
2025-08-31 20:47:11 -05:00
|
|
|
redefined-argument-from-local,
|
2025-08-31 20:16:23 -05:00
|
|
|
too-many-branches,
|
2025-08-31 20:01:31 -05:00
|
|
|
too-many-instance-attributes,
|
2025-08-31 20:10:06 -05:00
|
|
|
too-many-return-statements,
|
2025-08-31 20:53:12 -05:00
|
|
|
unused-import,
|