satwikkansal / wtfpython

What the f*ck Python? 😱
Do What The F*ck You Want To Public License
35.84k stars 2.66k forks source link

Add multilingual spell checker pre-commit hook #346

Open nifadyev opened 1 month ago

nifadyev commented 1 month ago

A lot of open and closed issues are simple typos. Spell checking should be automated on pre-commit stage (and later in CI). Discussed with @satwikkansal here

Suggested options:

satwikkansal commented 1 month ago

Let's stick to cspell since we're going to use it across translations.