paulthomson / flake8-spellcheck

❄️ Spellcheck variables, classnames, comments, docstrings etc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flake8 Spellcheck

CircleCI Black PyPi

Flake8 Plugin that spellchecks variables, functions, classes and other bits of your python code.

You can whitelist words that are specific to your project simply by adding them to whitelist.txt in the root of your project directory. Each word you add should be separated by a newline.

Codes

  • SC100 - Spelling error in comments
  • SC200 - Spelling error in name (e.g. variable, function, class)

About

❄️ Spellcheck variables, classnames, comments, docstrings etc


Languages

Language:Python 100.0%