[MASTER]
reports=no

# Reasons disabled:
# locally-disabled - it spams too much
# redefined-variable-type - this is Python, we're duck typing!

disable=
  locally-disabled,


[MESSAGES CONTROL]

# Enable the message, report, category or checker with the given id(s). You can
# either give multiple identifier separated by comma (,) or put this option
# multiple time.
#enable=

# Disable the message, report, category or checker with the given id(s). You
# can either give multiple identifier separated by comma (,) or put this option
# multiple time (only on the command line, not in the configuration file where
# it should appear only once).
disable=C0209

[EXCEPTIONS]
