[MESSAGES CONTROL]
disable=
    E0401, # (import-error)
    W0611, # (unused-import)
    W0621, # (redefined-outer-name)
    W0613, # (unused-argument)
    W0702, # (bare-except)
    W0718, # (broad-exception-caught)
    W0719, # (broad-exception-raised)
    C0103, # (invalid-name)
    C0413, # (wrong-import-position)
    R0801, # (duplicate-code)
    R0903, # (too-few-public-methods)
    R0904, # (too-many-public-methods)
    R0913, # (too-many-arguments)
    R0914, # (too-many-locals)
    R0917, # (too-many-positional-arguments)