1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
[build-system]
requires = [
"setuptools >= 50.1.0",
"wheel",
]
build-backend = "setuptools.build_meta"
[tool.black]
line-length = 80
skip-string-normalization = true
target-version = ['py37']
[tool.pytest.ini_options]
addopts = "-vv -ra --showlocals"
testpaths = ["tests/unit", "tests/integration"]