[PATCH] D150545: [NFC][Py Reformat] Reformat python files in llvm

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 15 10:58:04 PDT 2023


JDevlieghere accepted this revision.
JDevlieghere added a comment.
This revision is now accepted and ready to land.

LGTM. I would include something in the commit to make things easier for downstream users. If there are conflicts, they're probably better off keeping their version (`git checkout --ours`) and rerunning the same black command. I would also make sure to specify which version of black to use (23) as the output changes between versions and some distros might have older versions (when using their package manager instead of pip).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D150545/new/

https://reviews.llvm.org/D150545



More information about the llvm-commits mailing list