openmc
openmc copied to clipboard
Actually Black format everything
Description
This is a follow-on to #3222 that actually formats everything with black.
Proposed way to merge.
- Review and approve #3222.
- Run
blacklocally ondevelopand then compare with this PR. I think this is the only way to verify nothing was snuck in with so many changes. - This will lead to a lot of merge conflicts for all open PRs. I would recommend that those with open PRs:
- Run
blackagainst their branch and commit. - Merge in
develop. This should eliminate almost all merge conflicts.
- Run
Fixes #2002 (actually implement.)
Checklist
- [ ] I have performed a self-review of my own code
- [ ] I have run clang-format (version 15) on any C++ source files (if applicable)
- [x] I have followed the style guidelines for Python source files (if applicable)
- [x] I have made corresponding changes to the documentation (if applicable)
- [ ] I have added tests that prove my fix is effective or that my feature works (if applicable)