Add rudimentary codespell config
[DATALAD RUNCMD] chore: run codespell throughout fixing a few new typos automagically
=== Do not change lines below === { “chain”: [], “cmd”: “codespell -w”, “exit”: 0, “extra_inputs”: [], “inputs”: [], “outputs”: [], “pwd”: “.” } ^^^ Do not change lines above ^^^
Add rudimentary codespell config
[DATALAD RUNCMD] chore: run codespell throughout fixing a few new typos automagically
=== Do not change lines below === { “chain”: [], “cmd”: “codespell -w”, “exit”: 0, “extra_inputs”: [], “inputs”: [], “outputs”: [], “pwd”: “.” } ^^^ Do not change lines above ^^^
Rebase
Only pick spelling corrections
Thanks for the contribution. I only picked the commit with the fixes because I’d prefer if we used a different tool, like https://github.com/crate-ci/typos for example. It would also need to be integrated into CI and our local dev setups.