From: Francis Deslauriers Date: Thu, 11 Jul 2019 17:28:03 +0000 (-0400) Subject: Explicitly mention `black` in CodingStyle guidelines X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=e3f7fd922b3dc8fd92ad9397f4f9e175ff843b2a;hp=bf5361e91f17d36cb246ea7418f011ce0792fc96 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 --- 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.