Skip to content

Latest commit

 

History

History
 
 

089_custom_linting_with_ast

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