[Twisted-Python] Black enabled in trunk

Glyph glyph at twistedmatrix.com
Tue Sep 15 12:36:06 MDT 2020


> On Sep 15, 2020, at 10:08 AM, Barry Scott <barry.scott at forcepoint.com> wrote:
> 
> How does this work with backwards compatibility?
> There are lots of symbols are that not black right?

PEP8 suggests (but does not mandate) snake_case identifiers where Twisted uses camelCase.  But Black doesn't care at all about identifiers; its job is more or less exclusively about formatting whitespace.  So there's no compatibility concern here.

-g
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/twisted-python/attachments/20200915/f409af12/attachment.htm>


More information about the Twisted-Python mailing list