Skip to content

Add codespell support (config, workflow to detect/not fix) and make it fix few typos#56

Merged
skshetry merged 4 commits intofsspec:mainfrom
yarikoptic:enh-codespell
Dec 30, 2024
Merged

Add codespell support (config, workflow to detect/not fix) and make it fix few typos#56
skshetry merged 4 commits intofsspec:mainfrom
yarikoptic:enh-codespell

Conversation

@yarikoptic
Copy link
Contributor

More about codespell: https://github.com/codespell-project/codespell .

I personally introduced it to dozens if not hundreds of projects already and so far only positive feedback.

CI workflow has 'permissions' set only to 'read' so also should be safe.

@shcheklein shcheklein requested a review from skshetry December 30, 2024 00:14
…agically

=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
@skshetry skshetry merged commit 47d78ac into fsspec:main Dec 30, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants