[MESSAGES CONTROL]

disable=
    bad-continuation,
    missing-docstring,
    too-many-arguments,
    too-many-branches,
    too-many-return-statements,
    too-few-public-methods,
    too-many-instance-attributes,
    cyclic-import,
    fixme,

    # Currently broken analyses which are also handled (better) by mypy
    class-variable-slots-conflict,
    no-member
