Tests: add `tap` utils code to Black formatter exclusion list
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Thu, 11 Jul 2019 17:17:05 +0000 (13:17 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Sat, 20 Jul 2019 12:42:46 +0000 (08:42 -0400)
Those files are not written by us but rather copied into the project.
Let's not reformat them automatically so we can compare them with future
versions.

Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Change-Id: I98ccd8475b5367f1b3ed9084ba06965f28bc6f93
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1686
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
pyproject.toml

index e752724a284ca1b4756b3b90e15cb9b4177cc05a..e3a6b3c0a5f74cebb2dc711f96db58ebcfa629d1 100644 (file)
@@ -12,6 +12,7 @@
      | src/bindings/python/bt2/setup\.py$
      | src/bindings/python/bt2/bt2/native_bt\.py$
      | src/bindings/python/bt2/bt2/__init__\.py$
+     | tests/utils/python/tap
 
   )
   '''
This page took 0.024367 seconds and 4 git commands to generate.