blob: d27a35259eb4d183517b7c2a61d3617e6cc6b19e [file] [log] [blame]
[MESSAGES CONTROL]
disable=
bad-indentation,
broad-exception-caught,
broad-exception-raised,
consider-using-f-string,
consider-using-with,
duplicate-code,
fixme,
global-statement,
invalid-name,
line-too-long,
missing-class-docstring,
missing-final-newline,
missing-function-docstring,
missing-module-docstring,
too-few-public-methods,
too-many-arguments,
too-many-branches,
too-many-instance-attributes,
too-many-lines,
too-many-locals,
too-many-public-methods,
too-many-return-statements,
too-many-statements,
unnecessary-lambda-assignment,
wrong-import-order,
wrong-import-position,