Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/PyCQA/flake8-json
JSON formatter for Flake8 output
https://github.com/PyCQA/flake8-json
flake8 flake8-extension flake8-extensions flake8-plugin json python
Last synced: 3 months ago
JSON representation
JSON formatter for Flake8 output
- Host: GitHub
- URL: https://github.com/PyCQA/flake8-json
- Owner: PyCQA
- License: mit
- Created: 2021-10-13T01:04:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-29T23:26:04.000Z (3 months ago)
- Last Synced: 2024-07-30T04:40:57.795Z (3 months ago)
- Topics: flake8, flake8-extension, flake8-extensions, flake8-plugin, json, python
- Language: Python
- Homepage:
- Size: 97.7 KB
- Stars: 10
- Watchers: 5
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-flake8-extensions - flake8-json - Generates JSON output. (Formatters)
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