Closed cclauss closed 2 years ago
Ah thanks, good catches! Is codespell available in common linux distributions? I am thinking we may want to add it as a check so that we catch these mispellings at PR time in the future.
codespell
is pure Python so python3 -m pip install codespell
will work.
I install it with pipx install codespell
.
It also works well in pre-commit
.
codespell --ignore-words-list="ect,ser" -w .