Add pyproject.toml with black tool
authorKienan Stewart <kstewart@efficios.com>
Fri, 26 Jul 2024 20:48:56 +0000 (16:48 -0400)
committerKienan Stewart <kstewart@efficios.com>
Fri, 26 Jul 2024 20:48:56 +0000 (16:48 -0400)
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 <kstewart@efficios.com>
pyproject.toml [new file with mode: 0644]

diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644 (file)
index 0000000..28f4e25
--- /dev/null
@@ -0,0 +1 @@
+[tool.black]
This page took 0.023889 seconds and 4 git commands to generate.