doc/api/libbabeltrace2/DoxygenLayout.xml: use `topics` tab
[babeltrace.git] / pyproject.toml
index 7c1cb584b9ff1a401af628e071ab618120f85d05..fb033ec7f387586b225e0f14c63fa4215dbc7c53 100644 (file)
@@ -11,6 +11,8 @@
      | src/bindings/python/bt2/setup\.py$
      | src/bindings/python/bt2/bt2/native_bt\.py$
      | src/bindings/python/bt2/bt2/version\.py$
      | src/bindings/python/bt2/setup\.py$
      | src/bindings/python/bt2/bt2/native_bt\.py$
      | src/bindings/python/bt2/bt2/version\.py$
+     | tests/utils/python/normand\.py$
+     | tests/utils/python/typing/typing\.py$
      | tests/utils/python/tap
 
   )
      | tests/utils/python/tap
 
   )
@@ -18,5 +20,9 @@
 
 [tool.isort]
 profile = "black"
 
 [tool.isort]
 profile = "black"
-extend_skip_glob = ["tests/utils/python/tap"]
+extend_skip_glob = [
+    "tests/utils/python/tap",
+    "tests/utils/python/normand.py",
+    "tests/utils/python/typing/typing.py",
+]
 length_sort = true
 length_sort = true
This page took 0.02282 seconds and 4 git commands to generate.