drgn/pyproject.toml

6 lines
150 B
TOML
Raw Normal View History

[tool.isort]
profile = "black"
known_first_party = ["drgn", "_drgn", "drgndoc", "vmtest"]
combine_as_imports = true
force_sort_within_sections = true