[MESSAGES CONTROL]
disable=bad-continuation,
    consider-using-from-import,
    consider-using-with,
    duplicate-code,
    global-variable-undefined,
    invalid-name,
    missing-docstring,
    no-self-use,
    protected-access,
    too-few-public-methods,
    too-many-return-statements,
    too-many-arguments,
    too-many-instance-attributes,
    unused-argument
