Spaces:
Build error
Build error
| [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 | |