[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"] |
[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"] |