codespell

Spellchecker for source code. More information: https://github.com/codespell-project/codespell.

codespell

codespell --write-changes

codespell --skip "pattern"

codespell --dictionary path/to/file.txt

codespell --ignore-words path/to/file.txt

codespell --ignore-words-list ignored_word1,ignored_word2,...

codespell --context|before-context|after-context 3

codespell --check-filenames