[MESSAGES CONTROL]
disable =
    inconsistent-return-statements,
    invalid-name,
    locally-disabled,
    missing-docstring,
    redefined-builtin,

[REPORTS]
reports = no
msg-template = {C}: {path}:{line}: {symbol} [{obj}] {msg}

[FORMAT]
max-line-length = 140
expected-line-ending-format = LF

# vim:ft=dosini ts=4 sts=4 sw=4 et
