ome / ome-zarr-py

Implementation of next-generation file format (NGFF) specifications for storing bioimaging data in the cloud.
https://pypi.org/project/ome-zarr
Other
156 stars 54 forks source link

Update and fix pre-commit #333

Closed dstansby closed 10 months ago

dstansby commented 11 months ago

Replaces https://github.com/ome/ome-zarr-py/pull/293. I also removed the duplicate mypy hook.

codecov[bot] commented 11 months ago

Codecov Report

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

Comparison is base (371f7f5) 85.02% compared to head (b45006d) 85.02%. Report is 4 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #333 +/- ## ======================================= Coverage 85.02% 85.02% ======================================= Files 13 13 Lines 1529 1529 ======================================= Hits 1300 1300 Misses 229 229 ```

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

joshmoore commented 10 months ago

Very nice! Thank you, @dstansby. TIL.