Metadata-Version: 2.1
Name: flake8-no-debug-vars
Version: 0.1.0
Summary: A flake8 plugin to ban variables test or debug to be True
Home-page: https://github.com/fr3h4g/flake8-no-debug-vars
Author: Fredrik Haglund
Author-email: fr3h4g@gmail.com
Keywords: flake8
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Flake8
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Quality Assurance
License-File: LICENSE

# flake8-no-debug-vars

A flake8 plugin to ban variables test or debug to be True.

## Installation

```bash
pip install flake8-no-debug-vars
```
