AllenCellModeling / napari-aicsimageio

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

Admin: Update flake8 because of flake8-pyprojecttoml #64

Closed psobolewskiPhD closed 1 year ago

psobolewskiPhD commented 1 year ago

Pull request recommendations:

Thanks for contributing!

Trying to fix flake8 error: https://github.com/AllenCellModeling/napari-aicsimageio/actions/runs/3352882273/jobs/5555320663

Looks like the update to flake8-pyprojecttoml may require flake8 >5

codecov-commenter commented 1 year ago

Codecov Report

Base: 87.68% // Head: 88.60% // Increases project coverage by +0.91% :tada:

Coverage data is based on head (0f79299) compared to base (f800574). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #64 +/- ## ========================================== + Coverage 87.68% 88.60% +0.91% ========================================== Files 4 3 -1 Lines 203 193 -10 ========================================== - Hits 178 171 -7 + Misses 25 22 -3 ``` | [Impacted Files](https://codecov.io/gh/AllenCellModeling/napari-aicsimageio/pull/64?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AllenCellModeling) | Coverage Δ | | |---|---|---| | [napari\_aicsimageio/\_\_init\_\_.py](https://codecov.io/gh/AllenCellModeling/napari-aicsimageio/pull/64/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=AllenCellModeling#diff-bmFwYXJpX2FpY3NpbWFnZWlvL19faW5pdF9fLnB5) | | | 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.

evamaxfield commented 1 year ago

Thanks!