[DISABLE CONTROL]
disable=
    missing-docstring,
    unused-argument,
    too-few-public-methods,
    invalid-name,
    bad-continuation,
    fixme,
    locally-disabled,
    wrong-import-order
max-branches=13
max-bool-expr=6
max-args=8
# we have flake8 for that
max-line-length=1000
generated-members=check_output,run_test,run_expect,run

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