tests/python: add local copy of typing module
[babeltrace.git] / pyproject.toml
index e752724a284ca1b4756b3b90e15cb9b4177cc05a..2dac3d6c887d8f84125789f94ac768cd987b410d 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/local_typing\.py$
+     | tests/utils/python/tap
 
   )
   '''
+
+[tool.isort]
+profile = "black"
+extend_skip_glob = [
+    "tests/utils/python/tap",
+    "tests/utils/python/local_typing.py",
+]
+length_sort = true
This page took 0.027044 seconds and 4 git commands to generate.