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 51c463bda3970547655de40b7f2604072c879dc6 (commit) from 4e2d72b4f3f7b79e194e17722207a233971210f0 (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 51c463bda3970547655de40b7f2604072c879dc6 Author: Gerald Pfeifer Date: Tue Nov 1 12:58:56 2022 +0100 codingconventions: Properly link to flake8 Web links need to be prefixed by https:// or http://. diff --git a/htdocs/codingconventions.html b/htdocs/codingconventions.html index f5e22983..348f1e1d 100644 --- a/htdocs/codingconventions.html +++ b/htdocs/codingconventions.html @@ -1487,7 +1487,7 @@ 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. +which can be verified by the flake8 tool. We recommend using the following flake8 plug-ins: