efficient-context / pyproject.toml
biswanath2.roul
Initial commit
e4d5155
raw
history blame contribute delete
230 Bytes
[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"]