setup.cfg (
9
lines of code) (
raw
):
[coverage:run] source = mozdownload [pylama] format = mccabe,pycodestyle,pydocstyle,pyflakes,pylint ignore = C901 [pylama:pycodestyle] max_line_length = 100 [pylama:pylint] max_line_length = 100