X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=CodingStyle;h=a1489a4869d392c797dca9363c06e5631bdb4454;hp=e9c0447931e67293d2f0fbf482749bad634b49ec;hb=0b0893d4a069f17d1326ebc3bfc9f9f987f411f3;hpb=51685e5daa36c809c4a93b9992575dd27bb3f2a5 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.