From e3f7fd922b3dc8fd92ad9397f4f9e175ff843b2a Mon Sep 17 00:00:00 2001 From: Francis Deslauriers Date: Thu, 11 Jul 2019 13:28:03 -0400 Subject: [PATCH] Explicitly mention `black` in CodingStyle guidelines Signed-off-by: Francis Deslauriers Change-Id: I782042dc24acb09506205abbbc7b6b22c2c0cb59 Reviewed-on: https://review.lttng.org/c/babeltrace/+/1687 Tested-by: jenkins Reviewed-by: Philippe Proulx --- CodingStyle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CodingStyle b/CodingStyle index e9c04479..a1489a48 100644 --- a/CodingStyle +++ b/CodingStyle @@ -8,4 +8,5 @@ for single-line if/else statements. Please refer to: - Linux kernel scripts/checkpatch.pl for a script which verify the patch coding style. -All Python code shall adhere to the PEP8 style guide. +All Python code shall be formatted using the latest version of the Black Python +code formatter. -- 2.34.1