Skip to content
This repository was archived by the owner on Nov 4, 2025. It is now read-only.

Conversation

@yarikoptic
Copy link

codespell workflow would just detect when typos introduced, not fix them automagically. Run codespell -w locally to do that. Can use pre-commit to automate. See e.g. https://github.com/dandi/dandi-cli/blob/master/.pre-commit-config.yaml#L21

=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
@jasmainak
Copy link
Collaborator

no objection from my end although hnn-core may benefit more from this ;-)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants