Skip to content

Conversation

@yarikoptic
Copy link
Contributor

Got here as a "heavy" "user" of git-annex which uses this library . Thank you for developing it!
While checking out

decided to check if I could contribute ;) @joeyh could attest that I am generally a sane person and not a bot.

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 ^^^
=== 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 ^^^
@joeyh
Copy link
Collaborator

joeyh commented Nov 18, 2025

FWIW, I have cherry-picked the two commits that fix spelling issues.

As far as the github actions stuff goes, I avoid using github to that extent (use is limited to typing in text boxes like this one and occasionally pushing to other people's repos), so don't feel qualified to deal with it.

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