mirror of
https://github.com/bigscience-workshop/petals
synced 2024-10-31 09:20:41 +00:00
17 lines
297 B
TOML
17 lines
297 B
TOML
[build-system]
|
|
requires = [
|
|
"setuptools>=42",
|
|
"wheel"
|
|
]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[tool.black]
|
|
line-length = 120
|
|
required-version = "22.3.0"
|
|
|
|
[tool.isort]
|
|
profile = "black"
|
|
line_length = 120
|
|
combine_as_imports = true
|
|
combine_star = true
|
|
known_local_folder = ["tests", "cli"] |