blt/pyproject.toml
Pedro Rodriguez ab8f8a4412
Some checks failed
Lint with Black / lint (push) Has been cancelled
Lint with isort / lint (push) Has been cancelled
Test first batch matches
Summary:

Test Plan:
2025-02-13 18:04:30 +00:00

7 lines
188 B
TOML

[tool.isort]
profile = "black"
known_bytelatent = "bytelatent"
known_apps = "apps"
known_third_party = "wandb"
sections = "FUTURE,STDLIB,THIRDPARTY,BYTELATENT,APPS,FIRSTPARTY,LOCALFOLDER"