flake8-csv

CSV reporting formatter plugin for Flake8


License
MIT
Install
pip install flake8-csv==0.2.0

Documentation

flake8-csv

A Flake8 plugin to generate error reports in CSV format.

Installation

Install from PyPI:

$ pip install flake8-csv

Or from Git:

$ pip install -e git+git://github.com/bennylope/flake8-csv.git#egg=flake8_csv

Usage

Run Flake8 with the format option csv:

flake8 --format=csv