blrec/pyproject.toml

17 lines
328 B
TOML
Raw Normal View History

2021-08-11 13:33:21 +08:00
[build-system]
requires = [
"setuptools >= 57.0.0, < 58.0.0",
"wheel >= 0.37, < 0.38.0",
]
2022-05-06 13:44:44 +08:00
build-backend = "setuptools.build_meta"
[tool.black]
line-length = 88
target-version = ['py38']
include = '\.py$'
skip-string-normalization = true
skip-magic-trailing-comma = true
[tool.isort]
profile = 'black'