blob: 80f5ae007b3ada732734a10f10939cb474f89b30 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[flake8]
max-line-length = 119
exclude =
docs/,
.tox/
[wheel]
universal = 1
[pytest]
addopts = --cov-report term-missing --cov-config=.coveragerc --cov .
[aliases]
test = pytest
|