cytomining / pycytominer

Python package for processing image-based profiling data
https://pycytominer.readthedocs.io
BSD 3-Clause "New" or "Revised" License
76 stars 34 forks source link

Refactor/apply isort linting checks #389

Closed kenibrewer closed 5 months ago

kenibrewer commented 5 months ago

Description

Should be merged after #386 . This applies isort to pycytominer except in the cyto_utils submodule. cyto_utils was excluded due to the presence of circular dependencies documented in #372

Note: For review purposes this is currently targeting the branch cytomining:ci/update-ruff-to-0.3.4. It will be switched to target main after that branch is merged.

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.


📚 Documentation preview 📚: https://pycytominer--389.org.readthedocs.build/en/389/

codecov-commenter commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.96%. Comparing base (af5a4ef) to head (26e2579). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #389 +/- ## ======================================= Coverage 94.96% 94.96% ======================================= Files 56 56 Lines 3137 3137 ======================================= Hits 2979 2979 Misses 158 158 ``` | [Flag](https://app.codecov.io/gh/cytomining/pycytominer/pull/389/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cytomining) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/cytomining/pycytominer/pull/389/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cytomining) | `94.96% <100.00%> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=cytomining#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.