2023-09-24 12:24:59 -04:00
|
|
|
[MESSAGES CONTROL]
|
|
|
|
disable=
|
2023-12-13 15:15:30 -05:00
|
|
|
too-many-lines,
|
2023-09-24 12:24:59 -04:00
|
|
|
missing-module-docstring,
|
|
|
|
missing-function-docstring,
|
|
|
|
missing-class-docstring,
|
|
|
|
line-too-long,
|
|
|
|
too-many-arguments,
|
|
|
|
too-many-branches,
|
|
|
|
superfluous-parens,
|
2023-09-24 16:54:42 -04:00
|
|
|
invalid-name,
|
2023-09-24 16:59:38 -04:00
|
|
|
too-many-locals,
|
2023-09-24 17:06:06 -04:00
|
|
|
too-many-public-methods,
|
2023-09-24 20:22:23 -04:00
|
|
|
too-many-statements,
|
2023-09-27 13:59:20 -04:00
|
|
|
arguments-differ,
|
|
|
|
too-many-return-statements
|