Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: /
Date: Thu, 19 May 2022 04:15:21
Message-Id: 1652933712.f0df09a575459c17bc07cb5a813602f5e30d84e0.sam@gentoo
1 commit: f0df09a575459c17bc07cb5a813602f5e30d84e0
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 19 04:15:06 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu May 19 04:15:12 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=f0df09a5
7
8 DEVELOPING: we use PEP 8 now
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 DEVELOPING | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/DEVELOPING b/DEVELOPING
16 index 5f04d3b64..56dcfb52c 100644
17 --- a/DEVELOPING
18 +++ b/DEVELOPING
19 @@ -21,13 +21,13 @@ with Python itself, must be optionally enabled by run-time detection.
20 Tabs
21 ----
22
23 -For legacy reasons, all leading whitespace should be tabs. All internal
24 -whitespace should be regular spaces. Set tab stop to 4 to calculate line
25 -width.
26 +We comply with PEP 8 so we now use spaces.
27
28 Line-Wrapping
29 -------------
30
31 +Please use Black for formatting.
32 +
33 Lines should typically not be longer than 80 characters; if they are, an
34 attempt should be made to wrap them. Move code to the line below and
35 indent once (\t).