[MESSAGES CONTROL]
disable=invalid-name,missing-docstring,bad-builtin,import-error,too-few-public-methods,too-many-lines,redefined-builtin,no-name-in-module,bare-except,no-member,superfluous-parens,redefined-outer-name,attribute-defined-outside-init,too-many-arguments,broad-except,exec-used,too-many-locals,no-member,too-many-return-statements

[VARIABLES]
# A regular expression matching the name of dummy variables (i.e. expectedly
# not used).
dummy-variables-rgx=^_|^dummy_

