# flake8-json **Repository Path**: mirrors_PyCQA/flake8-json ## Basic Information - **Project Name**: flake8-json - **Description**: JSON formatter for Flake8 output - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-22 - **Last Updated**: 2025-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Flake8-JSON =========== 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 Installation ------------ .. code-block:: bash pip install flake8-json Usage ----- .. code-block:: bash flake8 --format=json ... .. code-block:: bash flake8 --format=json-pretty ... .. code-block:: bash flake8 --format=codeclimate ... Competitors ----------- None that I could find on PyPI Maintenance Policy ------------------ 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`_. .. _Code of Conduct: http://meta.pycqa.org/en/latest/code-of-conduct.html