2021-08-15 08:32:31 +00:00
|
|
|
[build-system]
|
|
|
|
requires = ["setuptools"]
|
|
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[tool.black]
|
|
|
|
line-length = 120
|
2022-03-21 05:25:36 +00:00
|
|
|
[tool.isort]
|
|
|
|
# make it compatible with black
|
|
|
|
profile = "black"
|
|
|
|
skip_gitignore = true
|