From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id 1AE253858CDA; Tue, 1 Nov 2022 11:59:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1AE253858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1667303994; bh=2Dhu8hZnJtzn+Sm2k22hIR34tkyCoOs1f8L/xFYAup4=; h=To:Subject:Date:From:From; b=tjpsSlsYXELe5oti6YHCjM8kqWEJYKassfEnoMdGGt8ijVTsmD4DHAnKdQbNp36np N6Yttmlieco1zY73xVukyLFs7ZocrLvMAFHBWsgvPJAMhSaLVISI2oraFy2hdb3ZDx 4NPOfZW+Q+zVlnu9gJ7Y1VLBC5LWQXkQ++I+dm8o= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 51c463bda3970547655de40b7f2604072c879dc6 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 4e2d72b4f3f7b79e194e17722207a233971210f0 X-Git-Newrev: 51c463bda3970547655de40b7f2604072c879dc6 Message-Id: <20221101115954.1AE253858CDA@sourceware.org> Date: Tue, 1 Nov 2022 11:59:42 +0000 (GMT) From: Gerald Pfeifer List-Id: 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:

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