Spellcheck variables, comments and docstrings
Project description
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.
Spelling is assumed to be in en_US.
This plugin supports python 3.5+
Codes
SC100 - Spelling error in comments
SC200 - Spelling error in name (e.g. variable, function, class)
Enable Django support
You can enable support for a Django dictionary by adding the following to your flake8 configuration (e.g. your .flake8 file):
[flake8]
dictionaries=en_US,python,technical,django
Specify Targets
Both comments and names (variable names, function names…) are spellchecked by default. You can specify what targets to spellcheck in your flake8 configuration (e.g. in your .flake8 file):
[flake8]
spellcheck-targets=comments
The above configuration would only spellcheck comments
[flake8]
spellcheck-targets=names
The above configuration would only spellcheck names
Contributing
If you have found word(s) which are listed as a spelling error but are actually correct terms used in python or in technical implementations (e.g. http), then you can very easily contribute by adding those word(s) to the appropriate dictionaries:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file flake8-spellcheck-0.18.1.tar.gz
.
File metadata
- Download URL: flake8-spellcheck-0.18.1.tar.gz
- Upload date:
- Size: 332.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/44.0.0 requests-toolbelt/0.8.0 tqdm/4.43.0 CPython/3.8.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 63228d1532cf3771fd84fcd94d39dd050c1e5884dcce566f4a99a6fef0bf5e38 |
|
MD5 | cd714ae136c85f0fd0d9a8dc36dc5289 |
|
BLAKE2b-256 | 8f8101e3f443e5cead45e7461df34bf79dde05b72d99de8544df991db400d73a |
File details
Details for the file flake8_spellcheck-0.18.1-py2.py3-none-any.whl
.
File metadata
- Download URL: flake8_spellcheck-0.18.1-py2.py3-none-any.whl
- Upload date:
- Size: 331.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/44.0.0 requests-toolbelt/0.8.0 tqdm/4.43.0 CPython/3.8.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9de15ea2cfe02374bc04c0190843ef1e4de6c8dcbe10a0f59f0c399fad24b663 |
|
MD5 | 89ea5a6585d6ac3c9884794ccc09b8b5 |
|
BLAKE2b-256 | 857ca8359b8ccd137b163fec9c3ff7f4e335d2c7ad8ea8916813931541c783ad |