Код: Выделить всё
[tool.isort]
profile = "black"
src_paths = ["src", "test"]
Код: Выделить всё
[tool.isort]
profile = "black"
sources = ["src", "test"]
Код: Выделить всё
[tool.isort]
profile = "black"
directory = ["src", "test"]
Подробнее здесь: https://stackoverflow.com/questions/653 ... onfig-file
Мобильная версия