Skip to content

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

Merged
dnkennedy merged 4 commits intomainfrom
enh-codespell
May 16, 2025
Merged

Add codespell support (config, workflow to detect/not fix) and make it fix some typos#9
dnkennedy merged 4 commits intomainfrom
enh-codespell

Conversation

@yarikoptic
Copy link
Copy Markdown
Member

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.

…(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 ^^^
…os automagically

=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w  -w -i 3 -C 4",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
@dnkennedy dnkennedy merged commit 141f1be into main May 16, 2025
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