From 51685e5daa36c809c4a93b9992575dd27bb3f2a5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Sun, 12 Oct 2014 06:16:31 -0400 Subject: [PATCH] Add PEP8 style guide requirement to the CodingStyle MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- CodingStyle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CodingStyle b/CodingStyle index c55104c9..e9c04479 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. -- 2.34.1