From: Kienan Stewart Date: Fri, 26 Jul 2024 20:48:56 +0000 (-0400) Subject: Add pyproject.toml with black tool X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=b00e3af015e0f1340bbf68fbb5f117bc7fd9c43b;p=lttng-ci.git Add pyproject.toml with black tool This allows editors to automatiicaly verify if blacken should be used or not with python scripts. Blacken is used with other LTTng projects as well. Change-Id: Ifbd84e97c6a3ce87259a6a7950a3256e757e3463 Signed-off-by: Kienan Stewart --- diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..28f4e25 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1 @@ +[tool.black]