Closed
Description
I, for one, am an admittedly horrible speller. My editor doesn't have spell check and I'm constantly letting bad spellings through.
One option to combat this for myself and others is to implement a codespell
check on all *.rst, *.md and *.py files in the project. Codespell has an interactive mode and an ignore dictionary, so we could commit the ignore dict if there's any intentional spellings that block CI from passing.