python: run isort on everything
[babeltrace.git] / pyproject.toml
index e3a6b3c0a5f74cebb2dc711f96db58ebcfa629d1..7c1cb584b9ff1a401af628e071ab618120f85d05 100644 (file)
@@ -1,5 +1,4 @@
 [tool.black]
-  skip-string-normalization = true
   include = '''
   (
        \.pyi?$
        src/bindings/python/bt2/build/
      | src/bindings/python/bt2/setup\.py$
      | src/bindings/python/bt2/bt2/native_bt\.py$
-     | src/bindings/python/bt2/bt2/__init__\.py$
+     | src/bindings/python/bt2/bt2/version\.py$
      | tests/utils/python/tap
 
   )
   '''
+
+[tool.isort]
+profile = "black"
+extend_skip_glob = ["tests/utils/python/tap"]
+length_sort = true
This page took 0.022476 seconds and 4 git commands to generate.