Closed
Description
There are seemingly two big Python code checkers: pyspelling
and codespell
. Codespell doesn't catch everything, and pyspelling is slow to run. It'd be great to have a version / implementation of the logic of these (eventually including PySpelling's exception syntax etc) in ruff
.