[Python-Dev] How is the GitHub workflow working for people?

Barry Warsaw barry at python.org
Sat Feb 24 01:53:40 EST 2018
> On Feb 22, 2018, at 08:08, Antoine Pitrou <solipsis at pitrou.net> wrote:
> 
> That's a fair point I hadn't considered.  OTOH the style issues I
> usually comment on as a reviewer aren't the kind that would be caught
> by an automated style check (I tend to ask for comments or docstrings,
> or be nitpicky about some variable or function name).  YMMV :-)

Those are aesthetic comments that are important, and are also difficult to automate.  What I really don’t want to comment on are things like whitespace (vertical, horizontal, trailing), import order or format, consistent indentation, etc.

-Barry

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: Message signed with OpenPGP
URL: <http://mail.python.org/pipermail/python-dev/attachments/20180223/1213bd4d/attachment.sig>


More information about the Python-Dev mailing list