drgn/pyproject.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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