commit:     f0df09a575459c17bc07cb5a813602f5e30d84e0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May 19 04:15:06 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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).

Reply via email to