Closed bhazelton closed 8 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 99.86%. Comparing base (
9ad0c74
) to head (6e5bdf8
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
More consistent code formatting.
For review purposes: I only made changes by hand in
.pre-commit-config.yaml
andpyproject.toml
to set up black. Then I ranpre-commit run --all
and let black make changes. I then had to shorten a couple of lines that had strings that black couldn't break up. I also turned formatting off for a small section insimsetup.py
where the hera text catalog is defined to allow the arrays of numbers to keep their existing formatting. All other changes were made automatically by black.Motivation and Context
closes #272
Types of changes
Checklist:
For all pull requests:
Build or continuous integration change checklist: