mirror of
https://github.com/JakeHillion/drgn.git
synced 2024-12-23 17:53:07 +00:00
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
|