Skip to content
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

Merged
merged 1 commit into from
Oct 20, 2024

Conversation

yarikoptic
Copy link
Contributor

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

yarikoptic added a commit to yarikoptic/icechunk that referenced this pull request Oct 15, 2024
paraseba added a commit to earth-mover/icechunk that referenced this pull request Oct 15, 2024
…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]>
zar->czar
zars->czars
zar->czar, zarr
zars->czars, zarrs
Copy link
Collaborator

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry, what trailing comma?

Copy link
Contributor Author

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:

Suggested change
zars->czars, zarrs
zars->czars

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

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]>
@DimitriPapadopoulos DimitriPapadopoulos merged commit 6581610 into codespell-project:main Oct 20, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dictionary Changes to the dictionary
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants