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

Add codespell: config, workflow and get it to fix some typos#339

Open
yarikoptic wants to merge 4 commits into
jonescompneurolab:masterfrom
yarikoptic:enh-codespell
Open

Add codespell: config, workflow and get it to fix some typos#339
yarikoptic wants to merge 4 commits into
jonescompneurolab:masterfrom
yarikoptic:enh-codespell

Conversation

@yarikoptic
Copy link
Copy Markdown

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
Copy Markdown
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