[SETTINGS]

max-line-length=140

disable =
    missing-docstring,
    invalid-name,
    broad-except,
    too-many-return-statements,
    duplicate-code,
    no-name-in-module,
    too-many-arguments,
    too-many-boolean-expressions,
    too-many-statements,
    too-many-locals,