[REPORTS]

# No need for a score.
score=no

# Regular expression which should only match function or class names that do
# not require a docstring.
no-docstring-rgx=__.*__|test[A-Z_].*

[MESSAGES CONTROL]

# Disable the message(s) with the given id(s).
disable=
    invalid-name,
    logging-fstring-interpolation,
    logging-not-lazy,
    no-else-return,
