On Sun, May 8, 2022 at 10:30 AM Joshua Wilson <josh.craig.wil...@gmail.com>
wrote:

> As someone who worked on a project that used to use yapf, a word of
> caution - regardless of quality of formatting versus black, it generally
> has not had the resources to keep up with new releases of Python. See
>
> https://github.com/google/yapf/issues/772
> https://github.com/google/yapf/issues/993
> https://github.com/google/yapf/issues/1001
>
> for example. We eventually had to switch to black because of the lack of
> 3.8 support. (Though with 3.8 in particular you'd be fine if you banned
> using the walrus operator.)
>

That was my main concern, one of the advantages of using a widely used
package like black (or clang-format) is that it is more likely to be
maintained going forward. It is also easier to find help if needed.

<snip>

Chuck
_______________________________________________
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

Reply via email to