[flake8] max-line-length = 119 exclude = docs/, .tox/ [wheel] universal = 1 [pytest] addopts = --cov-report term-missing --cov-config=.coveragerc --cov . [aliases] test = pytest