Closed d33bs closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 94.74%. Comparing base (
3447370
) to head (43e0692
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thanks @gwaybio for the review - going to merge this in!
Description
This PR adds a pre-commit check and formatting step leveraging
pyproject-fmt
to help standardize the formatting found within the file, similar to howblack
orruff-format
work with Python code.This doesn't tie to an issue for the project but I thought it might be helpful to implement here to keep the
pyproject.toml
file format consistent.What is the nature of your change?
Checklist
Please ensure that all boxes are checked before indicating that a pull request is ready for review.