Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 202 Bytes

File metadata and controls

18 lines (14 loc) · 202 Bytes

Example Flake8 Plugin

(Activate your virtualenv)

Install dependencies:

pip install -r requirements.txt

Run the plugin on a file:

flake8 cool_module.py

Run the tests:

pytest