On Thu, May 5, 2022, at 12:00, Trevor Gross wrote: > I don't necessarily know that this should be enforced on CI off the bat > (though in the future it could be), but at least having the tool available > and easily usable would help to incrementally improve codebase style, and > remove the need for formatting by hand.
On all projects we've set up pre-commit with style formatting, it has significantly reduced noise and nitpicks in PR discussions. It makes for a better contributor experience, thus I am in favor. Black isn't perfect by any means, but never having to talk about formatting again makes it worth it! Stéfan
_______________________________________________ NumPy-Discussion mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/numpy-discussion.python.org/ Member address: [email protected]
