Explicitly mention `black` in CodingStyle guidelines
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Thu, 11 Jul 2019 17:28:03 +0000 (13:28 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Sat, 20 Jul 2019 12:42:46 +0000 (08:42 -0400)
Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Change-Id: I782042dc24acb09506205abbbc7b6b22c2c0cb59
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1687
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
CodingStyle

index e9c0447931e67293d2f0fbf482749bad634b49ec..a1489a4869d392c797dca9363c06e5631bdb4454 100644 (file)
@@ -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.
This page took 0.024785 seconds and 4 git commands to generate.