From: Francis Deslauriers Date: Thu, 11 Jul 2019 17:17:05 +0000 (-0400) Subject: Tests: add `tap` utils code to Black formatter exclusion list X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;ds=sidebyside;h=bf5361e91f17d36cb246ea7418f011ce0792fc96;hp=0de083a28d550811823a5f61d9ed1989d785f48d;p=babeltrace.git 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 --- 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 ) '''