A flake8 plugin to check spelling of variables, comments, docstrings, and more. Version 0.28.0, updated as recently as 2023. Releases are irregular.
pip install flake8-spellcheckVerified import paths — ran on the pinned version, not inferred.
Configuration example for flake8-spellcheck. Use --enable-extensions=SC or add to config.
Add 'enable-extensions = SC' to flake8 configuration or pass --enable-extensions=SC.
Use 'enable-extensions = SC' in your flake8 config.
Create a .spelling file in the project root with one word per line.