This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via ece15e0758bdbb6938942a9f91f6342e66fe443a (commit) from 91315916d177e42c5888c5d30491ab6d6041b1a4 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ece15e0758bdbb6938942a9f91f6342e66fe443a Author: Martin Liska Date: Thu Oct 13 11:35:51 2022 +0200 Python Language Conventions diff --git a/htdocs/codingconventions.html b/htdocs/codingconventions.html index b14abd78..b059b23e 100644 --- a/htdocs/codingconventions.html +++ b/htdocs/codingconventions.html @@ -80,6 +80,7 @@ the conventions separately from any other changes to the code.

+
  • Python Language Conventions @@ -1483,6 +1484,19 @@ with a right brace, optional closing comment, and a new line. Definitions within the body of a namespace are not indented.

    +

    Python Language Conventions

    + +

    +Python scripts should follow PEP 8 – Style Guide for Python Code +which can be verified by the flake8 tool. +We recommend using the following flake8 plug-ins: + +

    +

    ----------------------------------------------------------------------- Summary of changes: htdocs/codingconventions.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) hooks/post-receive -- gcc-wwwdocs