Fix: bt_value_map_borrow_entry_value(): use `@bt_pre_is_map_val`
[babeltrace.git] / pyproject.toml
index 2b8c201e44e93f8840d8d2f677926c8e50136c82..fb033ec7f387586b225e0f14c63fa4215dbc7c53 100644 (file)
@@ -1,5 +1,4 @@
 [tool.black]
-  skip-string-normalization = true
   include = '''
   (
        \.pyi?$
      | 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
 
   )
   '''
+
+[tool.isort]
+profile = "black"
+extend_skip_glob = [
+    "tests/utils/python/tap",
+    "tests/utils/python/normand.py",
+    "tests/utils/python/typing/typing.py",
+]
+length_sort = true
This page took 0.023906 seconds and 4 git commands to generate.