AllenCellModeling / napari-aicsimageio

Multiple file format reading directly into napari using pure Python
GNU General Public License v3.0
33 stars 10 forks source link

Admin/bump-isort-version-to-fix-lint-CI-failure #70

Closed psobolewskiPhD closed 1 year ago

psobolewskiPhD commented 1 year ago

Linting on CI is failing, see for example: https://github.com/AllenCellModeling/napari-aicsimageio/actions/runs/4365533603/jobs/7634287862#step:5:32

The error refers to RuntimeError: The Poetry configuration is invalid: Googling, indicates it's an isort issue: https://github.com/PyCQA/isort/issues/2077

The latest release 5.12.0 has a fix released: https://github.com/PyCQA/isort/releases/tag/5.12.0

This PR bumps the version in pre-commit-config.yaml

Pull request recommendations:

Thanks for contributing!

codecov-commenter commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (3898b66) 87.68% compared to head (8893a84) 87.68%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #70 +/- ## ======================================= Coverage 87.68% 87.68% ======================================= Files 4 4 Lines 203 203 ======================================= Hits 178 178 Misses 25 25 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AllenCellModeling). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AllenCellModeling)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.