[MESSAGES CONTROL]
# Run all checks except those
enable=all
disable=
    fixme,
    locally-disabled,
    locally-enabled,
    suppressed-message,
    missing-docstring,
    bad-continuation,  # incompatible with black
    duplicate-code,  # test_commands_with_no_args() commands list

[VARIABLES]
allow-global-unused-variables=no

[FORMAT]
max-line-length=88  # black compatible
expected-line-ending-format=LF  # enforce Unix \n

# No reports, please
[MASTER]
persistent=no
[REPORTS]
reports=no
score=no
