tests: remove unused forward declaration
[babeltrace.git] / pyproject.toml
index e3a6b3c0a5f74cebb2dc711f96db58ebcfa629d1..39d5b4a34258a46003a3cea6e0b308d7ef7e1ae7 100644 (file)
@@ -1,5 +1,4 @@
 [tool.black]
-  skip-string-normalization = true
   include = '''
   (
        \.pyi?$
@@ -11,7 +10,7 @@
        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.022759 seconds and 4 git commands to generate.