# Disabled pylint warnings:
# - bad-continuation: we let black take care of the formatting
# - useless-object-inheritance: Python 2.x
# - super-with-arguments: Python 2.x
# - raise-missing-from: Python 2.x
#
[MESSAGES CONTROL]
disable = bad-continuation,useless-object-inheritance,super-with-arguments,raise-missing-from
