This is a plugin for Flake8 that will format the output as JSON. The output of the default JSON formatter is not pretty-printed. If you'd like the output to be pretty-printed, use json-pretty instead.
CodeClimate support is also offered through this plugin as of v20.12.0
pip install flake8-json
flake8 --format=json ...
flake8 --format=json-pretty ...
flake8 --format=codeclimate ...
None that I could find on PyPI
This project is seeking maintainers. Please open an issue if you're interested and ensure that you've read the PyCQA's Code of Conduct.