Document usage of Black in CONTRIBUTING.adoc
authorSimon Marchi <simon.marchi@efficios.com>
Fri, 15 Sep 2023 19:55:20 +0000 (15:55 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 21 Sep 2023 17:29:44 +0000 (13:29 -0400)
Mention that all Python code must be formatted using Black.

Change-Id: I420c4e5a75b34eae40da83ae09d5fd76d8eddb0f
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/10888
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
CONTRIBUTING.adoc

index a99fae13e0bbf35783d44e360d2e50beffbfe580..5937194fa08912755203342f9c9124fb34f24bf7 100644 (file)
@@ -1948,3 +1948,10 @@ private:
 #endif // BABELTRACE_BABY_HPP
 ----
 ====
+
+== Python Usage
+
+=== Formatting
+
+All Python code must be formatted using the version of
+https://github.com/psf/black[Black] specified in `dev-requirements.txt`.
This page took 0.02464 seconds and 4 git commands to generate.