File: pyproject.toml

package info (click to toggle)
drgn 0.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 7,852 kB
  • sloc: python: 74,992; ansic: 54,589; awk: 423; makefile: 351; sh: 99
file content (5 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (3)
1
2
3
4
5
[tool.isort]
profile = "black"
known_first_party = ["drgn", "_drgn", "drgndoc", "vmtest"]
combine_as_imports = true
force_sort_within_sections = true