python: run isort on everything
[babeltrace.git] / pyproject.toml
index 39d5b4a34258a46003a3cea6e0b308d7ef7e1ae7..7c1cb584b9ff1a401af628e071ab618120f85d05 100644 (file)
@@ -15,3 +15,8 @@
 
   )
   '''
+
+[tool.isort]
+profile = "black"
+extend_skip_glob = ["tests/utils/python/tap"]
+length_sort = true
This page took 0.02433 seconds and 4 git commands to generate.