cpp-common/bt2c/fmt.hpp: use `wise_enum::string_type` in `EnableIfIsWiseEnum` definition
[babeltrace.git] / pyproject.toml
index e413f22f4e16ed187be43c8f350ee815bd3e200f..fb033ec7f387586b225e0f14c63fa4215dbc7c53 100644 (file)
@@ -1,5 +1,4 @@
 [tool.black]
-  skip-string-normalization = true
   include = '''
   (
        \.pyi?$
@@ -8,10 +7,22 @@
   '''
   exclude = '''
   (
-       bindings/python/bt2/build/
-     | bindings/python/bt2/setup\.py$
-     | bindings/python/bt2/bt2/native_bt\.py$
-     | bindings/python/bt2/bt2/__init__\.py$
+       src/bindings/python/bt2/build/
+     | 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.023044 seconds and 4 git commands to generate.