From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id ABB1E3856174; Thu, 20 Oct 2022 11:05:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org ABB1E3856174 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1666263938; bh=JUiBS5cShZtOW+T69x++Lp6apcYVcRCaATdgEqb6Pvk=; h=To:Subject:Date:From:From; b=TFSi8Qk/gae+tLXNdMN9pRKhcRU6/7byI1ab0MoSr4HBgaBZ9TxtAbWoOCWLZM6Uf 4NbYxJGJwOMSbDEnvOMVdG7WpbbH/XGxL6APJWCvA+3YZ1uGM4bXrDO2WKilNDBa5R mhFbItxSHaLDzZcdVdPoS4+R7jLHbkfpG1eX+leQ= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. e9164572d233645b51ed8fa27729a52a0e242984 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 7e701a479875d7329b965a1c1c66f55f795e2935 X-Git-Newrev: e9164572d233645b51ed8fa27729a52a0e242984 Message-Id: <20221020110538.ABB1E3856174@sourceware.org> Date: Thu, 20 Oct 2022 11:05:38 +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 e9164572d233645b51ed8fa27729a52a0e242984 (commit) from 7e701a479875d7329b965a1c1c66f55f795e2935 (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 e9164572d233645b51ed8fa27729a52a0e242984 Author: Gerald Pfeifer Date: Thu Oct 20 13:04:48 2022 +0200 codingconventions: Fix markup diff --git a/htdocs/codingconventions.html b/htdocs/codingconventions.html index 9d0a3f14..f88ef019 100644 --- a/htdocs/codingconventions.html +++ b/htdocs/codingconventions.html @@ -1486,17 +1486,15 @@ Definitions within the body of a namespace are not indented.

Python Language Conventions

-

-Python scripts should follow PEP 8 – Style Guide for Python Code +

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: +We recommend using the following flake8 plug-ins:

  • flake8-builtins
  • flake8-import-order
  • flake8-quotes
-

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