Spaces:
Build error
Build error
File size: 261 Bytes
c8c12e9 |
1 2 3 4 5 6 7 8 9 10 11 12 |
[build-system]
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"
[tool.isort]
profile = "black"
known_first_party = "wandb"
sections = ['FUTURE', 'STDLIB', 'THIRDPARTY', 'FIRSTPARTY', 'LOCALFOLDER']
[tool.black]
line-length = 120
|