Closed psobolewskiPhD closed 1 year ago
Patch and project coverage have no change.
Comparison is base (
3898b66
) 87.68% compared to head (8893a84
) 87.68%.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
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 anisort
issue: https://github.com/PyCQA/isort/issues/2077The 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!