tests: move classes around in lttng_live_server.py
[babeltrace.git] / pyproject.toml
index 2b8c201e44e93f8840d8d2f677926c8e50136c82..7c1cb584b9ff1a401af628e071ab618120f85d05 100644 (file)
@@ -1,5 +1,4 @@
 [tool.black]
-  skip-string-normalization = true
   include = '''
   (
        \.pyi?$
@@ -16,3 +15,8 @@
 
   )
   '''
+
+[tool.isort]
+profile = "black"
+extend_skip_glob = ["tests/utils/python/tap"]
+length_sort = true
This page took 0.022761 seconds and 4 git commands to generate.