[MESSAGES CONTROL]
good-names=
    logger
disable=
    super-with-arguments,  # For Python 2.x
    raise-missing-from,  # For Python 2.x
    trailing-newlines,
    useless-object-inheritance
