From bf5361e91f17d36cb246ea7418f011ce0792fc96 Mon Sep 17 00:00:00 2001 From: Francis Deslauriers Date: Thu, 11 Jul 2019 13:17:05 -0400 Subject: [PATCH] Tests: add `tap` utils code to Black formatter exclusion list 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 Change-Id: I98ccd8475b5367f1b3ed9084ba06965f28bc6f93 Reviewed-on: https://review.lttng.org/c/babeltrace/+/1686 Tested-by: jenkins Reviewed-by: Philippe Proulx --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index e752724a..e3a6b3c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ) ''' -- 2.34.1