A Flake8 plugin to generate error reports in a format consumable by Code Climate.
The full error report specification includes a description of Code Climate specific error categories and fields.
Install from PyPI:
$ pip install flake8-codeclimate
Or from Git:
$ pip install -e git+git://github.com/bennylope/flake8-codeclimate.git#egg=flake8_codeclimate
Run Flake8 with the format option codeclimate:
flake8 --format=codeclimate