Registry / testing / flake8-spellcheck

flake8-spellcheck

JSON →
library0.28.0pypypiunverified

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-spellcheck
INSTALL
IMPORT
SIG · FLAKE8-SPELLCHECK
F
flake8-spellcheck
testingpythonv0.28.0
Install
1.8s avg
Import
Disk
19MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v0.28.0 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 20.5MB
glibc
py 3.103.95 runs
installs and imports cleanly · install 1.8s · import 0.000s · 21MB
19MB installed
● package 19MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

flake8-spellcheck
flake8
import flake8_spellcheck
Do not import the plugin directly; enable it via flake8 configuration.

Configuration example for flake8-spellcheck. Use --enable-extensions=SC or add to config.

# Create a .flake8 file or add to setup.cfg: # [flake8] # enable-extensions = SC # spellcheck = true # Or run directly: # flake8 --enable-extensions=SC --spellcheck yourfile.py
Debug
Known issues
gotchaPlugin must be enabled via --enable-extensions=SC or in configuration; just installing does nothing.
fix
Add 'enable-extensions = SC' to flake8 configuration or pass --enable-extensions=SC.
affects: all
deprecatedThe 'spellcheck' option in flake8 config is deprecated; use 'enable-extensions' instead.
fix
Use 'enable-extensions = SC' in your flake8 config.
affects: >=0.26.0
gotchaWord list may miss many technical terms; you must manage custom dictionaries or .spelling file.
fix
Create a .spelling file in the project root with one word per line.
affects: all
Upgrade
Version history
0.28.0latest on PyPI · released Mar 27, 2022
Audit
Dependencies
flake8requiredRequired; flake8-spellcheck is a flake8 plugin.
Agent activity
4 hits · last 30 days
node
4
Resources
flake8-spellcheck — pip install flake8-spellcheck · libregistry