On Fri, May 6, 2022 at 4:59 PM Charles R Harris <charlesr.har...@gmail.com> wrote:
> > Heh. I think automatic formatting is the future and was happy to see the > PR. The only question is if black is the way we want to go. IIRC, the main > sticking points were > > - Line length (<= 79). > - Quotation mark changes (noisy). > - Formatting of '*', '**', and '/' > > Even if the result isn't perfect by our current standards, I suspect we > will get used to it and just not worry anymore. > On that note, in black v22.1.0 (the first non-beta release), one of the changes was to the ** operator to better suit mathematical conventions: "Remove spaces around power operators if both operands are simple" https://github.com/psf/black/pull/2726 Either way I agree with you, most people seem to get used to black and stop worrying about it. Peter
_______________________________________________ NumPy-Discussion mailing list -- numpy-discussion@python.org To unsubscribe send an email to numpy-discussion-le...@python.org https://mail.python.org/mailman3/lists/numpy-discussion.python.org/ Member address: arch...@mail-archive.com