[MASTER]
ignore=CVS
persistent=no

[MESSAGES CONTROL]
disable=locally-disabled,missing-module-docstring,missing-function-docstring,too-many-public-methods,wrong-import-order,no-member

[FORMAT]
max-line-length=120
ignore-long-lines=^\s*(# )?<?https?://\S+>?$

[VARIABLES]
dummy-variables-rgx=^(_|dummy)$

[LOGGING]
logging-modules=logging

[MISCELLANEOUS]
notes=FIXME,XXX,TODO

[EXCEPTIONS]
overgeneral-exceptions=builtins.Exception
