testinfra/pylintrc

19 строки
336 B
INI

[DISABLE CONTROL]
disable=
missing-docstring,
unused-argument,
too-few-public-methods,
invalid-name,
bad-continuation,
fixme,
locally-disabled,
max-branches=13
max-bool-expr=6
max-args=8
# we have flake8 for that
max-line-length=1000
[REPORTS]
reports=no
msg-template={path}:{line}: {msg_id} {symbol} {msg}