From 21245bf9187e41312f871385a8f7a8b18affaa91 Mon Sep 17 00:00:00 2001 From: Daniel Thompson Date: Thu, 26 Nov 2020 18:56:58 +0000 Subject: [PATCH] docs: contributing: Add a simple style guide Signed-off-by: Daniel Thompson --- docs/contributing.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/contributing.rst b/docs/contributing.rst index 15f3390..917359d 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -32,6 +32,12 @@ the wasp-os community, are expected to meet the community guidelines described in the project's code of conduct when interacting within all community spaces (including the wasp-os github presence). +Coding Style +------------ + +wasp-os uses a similar coding style as micropython and, in particular, Python +code is expected to follow :pep:`8`. + Developer Certificate of Origin -------------------------------