Open yarikoptic opened 1 year ago
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
codespell -w
no objection from my end although hnn-core may benefit more from this ;-)
hnn-core
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