WayScience / coSMicQC

Single cell Morphology Quality Control (coSMicQC)
https://wayscience.github.io/coSMicQC/
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

Format `pyproject.toml` file with `pyproject-fmt` using pre-commit #102

Closed d33bs closed 1 month ago

d33bs commented 1 month ago

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 how black or ruff-format work with Python code.

Additionally - I moved inline comments for dependencies to be above their related lines (to conserve line space) and updated the version of the project to be in alignment with dynamic versioning (0.0.0).

What kind of change(s) are included?

Checklist

Please ensure that all boxes are checked before indicating that this pull request is ready for review.

d33bs commented 1 month ago

Thanks @jenna-tomkinson ! I've created an issue for the versioning item (I don't believe there's any additional configuration we need at this time). Merging this in.