File size: 230 Bytes
e4d5155 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
[build-system]
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"
[tool.black]
line-length = 88
include = '\.pyi?$'
[tool.isort]
profile = "black"
line_length = 88
[tool.pytest]
testpaths = ["tests"] |