mirror of
https://github.com/JakeHillion/drgn.git
synced 2024-12-22 01:03:07 +00:00
4e770fb18a
Signed-off-by: Omar Sandoval <osandov@osandov.com>
6 lines
150 B
TOML
6 lines
150 B
TOML
[tool.isort]
|
|
profile = "black"
|
|
known_first_party = ["drgn", "_drgn", "drgndoc", "vmtest"]
|
|
combine_as_imports = true
|
|
force_sort_within_sections = true
|