From: Jérémie Galarneau Date: Sun, 12 Oct 2014 10:16:31 +0000 (-0400) Subject: Add PEP8 style guide requirement to the CodingStyle X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=51685e5daa36c809c4a93b9992575dd27bb3f2a5;p=deliverable%2Fbabeltrace.git Add PEP8 style guide requirement to the CodingStyle Signed-off-by: Jérémie Galarneau --- diff --git a/CodingStyle b/CodingStyle index c55104c94..e9c044793 100644 --- a/CodingStyle +++ b/CodingStyle @@ -8,4 +8,4 @@ for single-line if/else statements. Please refer to: - Linux kernel scripts/checkpatch.pl for a script which verify the patch coding style. -Mathieu Desnoyers, May 30, 2012 +All Python code shall adhere to the PEP8 style guide.