Metadata-Version: 1.1
Name: flake8-spellcheck
Version: 0.8.1
Summary: Spellcheck variables, comments and docstrings
Home-page: https://github.com/MichaelAquilina/flake8-spellcheck
Author: Michael Aquilina
Author-email: michaelaquilina@gmail.com
License: MIT
Description: =================
        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)
        
        .. |CircleCI| image:: https://circleci.com/gh/MichaelAquilina/flake8-spellcheck.svg?style=svg
           :target: https://circleci.com/gh/MichaelAquilina/flake8-spellcheck
        
        .. |PyPi| image:: https://badge.fury.io/py/flake8-spellcheck.svg
           :target: https://badge.fury.io/py/flake8-spellcheck
        
        .. |Black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
           :target: https://github.com/ambv/black
        
Platform: UNKNOWN
Classifier: Framework :: Flake8
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Quality Assurance
