Closed BioGeek closed 2 months ago
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 92.30%. Comparing base (
a721221
) to head (302be48
). Report is 14 commits behind head on develop.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Hi @BioGeek, Thank you very much for the PR!
Because of the merge conflicts and the unsuccessful checks, I transferred all your commits to another internal branch, and solved all issues in that new PR: #194
I will close this PR, and will merge the new one very soon.
Related issues: N/A
This PR fixes typos found by running
codespell
on the repsitory.It also adds a
codespell
pre-commit hook so that typos are caught faster in the future. I also updated the package versions in the.pre-commit-config.yaml
file.Checks