From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6C4F4158090 for ; Thu, 19 May 2022 04:15:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F03CE081A; Thu, 19 May 2022 04:15:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 732B3E081A for ; Thu, 19 May 2022 04:15:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 788793411A7 for ; Thu, 19 May 2022 04:15:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2E643B5 for ; Thu, 19 May 2022 04:15:16 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1652933712.f0df09a575459c17bc07cb5a813602f5e30d84e0.sam@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: DEVELOPING X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f0df09a575459c17bc07cb5a813602f5e30d84e0 X-VCS-Branch: master Date: Thu, 19 May 2022 04:15:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7f8ee08b-7ed1-484a-b49b-720213e6b6e5 X-Archives-Hash: b99dbd8c6dc70895b607cc9a713e582b commit: f0df09a575459c17bc07cb5a813602f5e30d84e0 Author: Sam James gentoo org> AuthorDate: Thu May 19 04:15:06 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu May 19 04:15:12 2022 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=f0df09a5 DEVELOPING: we use PEP 8 now Signed-off-by: Sam James gentoo.org> DEVELOPING | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DEVELOPING b/DEVELOPING index 5f04d3b64..56dcfb52c 100644 --- a/DEVELOPING +++ b/DEVELOPING @@ -21,13 +21,13 @@ with Python itself, must be optionally enabled by run-time detection. Tabs ---- -For legacy reasons, all leading whitespace should be tabs. All internal -whitespace should be regular spaces. Set tab stop to 4 to calculate line -width. +We comply with PEP 8 so we now use spaces. Line-Wrapping ------------- +Please use Black for formatting. + Lines should typically not be longer than 80 characters; if they are, an attempt should be made to wrap them. Move code to the line below and indent once (\t).