-
Notifications
You must be signed in to change notification settings - Fork 467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add zarr as a fix for zar. #3568
Conversation
but not yet known for not long: codespell-project/codespell#3568
…t fix few typos (#267) * Add github action to codespell main on push and PRs * Add pre-commit definition for codespell * Fix manually not yet known to codespell Zar typo but not yet known for not long: codespell-project/codespell#3568 * Add rudimentary codespell config * [DATALAD RUNCMD] run codespell throughout fixing typos automagically (but ignoring overall fail due to ambigous ones) === Do not change lines below === { "chain": [], "cmd": "codespell -w || :", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^ * [DATALAD RUNCMD] Do interactive fixing of some ambigous typos === Do not change lines below === { "chain": [], "cmd": "codespell -w -i 3 -C 2", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^ * Mark remaining ignores for codespell * Fix expected by rust spacing to inline comment Co-authored-by: Sebastián Galkin <[email protected]> --------- Co-authored-by: Sebastián Galkin <[email protected]>
codespell_lib/data/dictionary.txt
Outdated
zar->czar | ||
zars->czars | ||
zar->czar, zarr | ||
zars->czars, zarrs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Zarr
is OK, but not sure about the plural Zarrs
.
Don't forget the trailing comma.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry, what trailing comma?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess not to leave it behind... ok let's do:
zars->czars, zarrs | |
zars->czars |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
5a3314f
to
dc65c5e
Compare
dc65c5e
to
15aac2e
Compare
Zarr is a new community driven data format, discover more https://en.wikipedia.org/wiki/Zarr_(data_format) and I ran into this while fixing a Zarr related project Co-authored-by: Dimitri Papadopoulos <[email protected]>
15aac2e
to
5d73e0d
Compare
Zarr is a new community driven data format, discover more https://en.wikipedia.org/wiki/Zarr_(data_format)
and I ran into this while fixing a Zarr related project