[MASTER]
persistent=no

[MESSAGES CONTROL]
disable=assignment-from-no-return,
        c-extension-no-member,
        consider-using-f-string,
        consider-using-in,
        fixme,
        inconsistent-return-statements,
        invalid-name,
        missing-class-docstring,
        missing-function-docstring,
        missing-module-docstring,
        multiple-imports,
        no-else-return,
        no-member,
        raise-missing-from,
        redefined-builtin,
        redefined-outer-name,
        too-few-public-methods,
        too-many-arguments,
        too-many-branches,
        too-many-function-args,
        too-many-lines,
        too-many-public-methods,
        too-many-statements,
        undefined-variable,
        unidiomatic-typecheck,
        unspecified-encoding,
        unused-argument,
        unused-import,
