Silence -Wunused-but-set-variable error with clang
[babeltrace.git] / pyproject.toml
index e752724a284ca1b4756b3b90e15cb9b4177cc05a..39d5b4a34258a46003a3cea6e0b308d7ef7e1ae7 100644 (file)
@@ -1,5 +1,4 @@
 [tool.black]
-  skip-string-normalization = true
   include = '''
   (
        \.pyi?$
@@ -11,7 +10,8 @@
        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
 
   )
   '''
This page took 0.022937 seconds and 4 git commands to generate.