ome / ome2024-ngff-challenge

Project planning and material repository for the 2024 challenge to generate 1 PB of OME-Zarr data
https://ome.github.io/ome2024-ngff-challenge/
BSD 3-Clause "New" or "Revised" License
15 stars 14 forks source link

formatting fixes #42

Closed will-moore closed 3 months ago

will-moore commented 3 months ago

After pip install pre-commit and pre-commit install I had issues committing with codespell

...
ruff-format..........................................(no files to check)Skipped
codespell................................................................Failed
- hook id: codespell
- exit code: 65

README.md:197: crate ==> create

shellcheck...........................................(no files to check)Skipped
Disallow improper capitalization.........................................Passed

Fixed by ignoring Crate. Also added another sample link (had originally pushed this to #39 but too late)

joshmoore commented 3 months ago

Thanks, @will-moore