Hello all, I imagine there are many people here using the black coding style as implemented by the tool black, albeit with reservations about how it lays out arrays by default (often therefore wrapped in a format off/on block to exclude the array from automatic layout to allow for manual column based layouts).
You may already be aware of the tool ruff as a fast alternative to flake8, but it now has a formatter which implements the black format (with some minor divergences): https://astral.sh/blog/the-ruff-formatter The authors are open to exploring special casing how it autoformats arrays, and I think input now from the numpy community would be a good idea: https://github.com/astral-sh/ruff/discussions/8452 Kind regards, 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