[MASTER]

[MESSAGES CONTROL]
# TODO: Shouldn't have to disable anything
disable=
    C0114, # missing-module-docstring
    C0115, # missing-class-docstring
    C0116, # missing-function-docstring

[FORMAT]
# String used as indentation unit. This is usually "   " (3 spaces).
indent-string="   "

# Number of spaces of indent required inside a hanging  or continued line.
indent-after-paren=3