On Thu, Nov 18, 2021, at 09:51, Sebastian Berg wrote: > Git can even mark commits as "only style fixups" I think to hide them > from `git blame` and following history has never bothered me too much; > the only thing that seems tricky there is when functionality is moved > between files. > The main downside to me is probably that it will creating conflicts in > all open PRs. With some coordination/announcement that is maybe OK.
if we do this, we should probably go through each of the 200+ open PRs (or, at least, the non-conflicted ones), apply the formatter, and then squash the PR into a single commit. We can do that by script. 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]
