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