ome / ome2024-ngff-challenge

Project planning and material repository for the 2024 challenge to generate 1 PB of OME-Zarr data
https://pypi.org/project/ome2024-ngff-challenge/
BSD 3-Clause "New" or "Revised" License
11 stars 8 forks source link

formatting fixes #42

Closed will-moore closed 2 weeks ago

will-moore commented 2 weeks 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 2 weeks ago

Thanks, @will-moore