2024-02-28 10:52:22 -05:00
|
|
|
[MESSAGES CONTROL]
|
|
|
|
disable=
|
|
|
|
too-many-lines,
|
|
|
|
missing-module-docstring,
|
|
|
|
missing-function-docstring,
|
|
|
|
missing-class-docstring,
|
|
|
|
line-too-long,
|
|
|
|
too-many-arguments,
|
|
|
|
too-many-branches,
|
|
|
|
superfluous-parens,
|
|
|
|
invalid-name,
|
|
|
|
too-many-locals,
|
|
|
|
too-many-public-methods,
|
|
|
|
too-many-statements,
|
|
|
|
arguments-differ,
|
|
|
|
too-many-return-statements,
|
|
|
|
import-outside-toplevel,
|
|
|
|
import-self,
|
|
|
|
relative-beyond-top-level,
|
2024-03-07 21:14:12 -05:00
|
|
|
too-many-instance-attributes,
|
|
|
|
duplicate-code
|