2021-05-22 18:24:59 +02:00
|
|
|
[build-system]
|
|
|
|
requires = ["setuptools", "wheel"]
|
|
|
|
build-backend = "setuptools.build_meta"
|
2021-05-22 18:30:24 +02:00
|
|
|
|
|
|
|
[tool.black]
|
|
|
|
line-length = 79
|
2021-05-22 18:41:57 +02:00
|
|
|
|
|
|
|
[tool.isort]
|
|
|
|
profile = "black"
|
|
|
|
multi_line_output = 3
|