flake8-json
JSON formatter
Formats Flake8 output as JSON with optional pretty-printing and CodeClimate support
JSON formatter for Flake8 output
10 stars
5 watching
5 forks
Language: Python
last commit: 24 days ago
Linked from 1 awesome list
flake8flake8-extensionflake8-extensionsflake8-pluginjsonpython
Related projects:
Repository | Description | Stars |
---|---|---|
plinss/flake8-noqa | Ensures # noqa comments are formatted correctly to avoid errors and unintended behavior in flake8. | 41 |
pycqa/flake8-docstrings | Tools to improve Python documentation quality and consistency | 154 |
pycqa/flake8-commas | Enforces trailing commas in Python code to avoid merge conflicts and improve readability. | 131 |
pycqa/flake8-pyi | Enhances Flake8 to better handle stub files used in type hinting | 73 |
python-formate/flake8-encodings | A tool to identify encoding issues in Python code | 6 |
jsfehler/flake8-multiline-containers | A Flake8 plugin to enforce consistent multiline container formatting | 14 |
jbkahn/flake8-print | A plugin to check Python print statements for coding style and errors | 121 |
pycqa/pep8-naming | Checks Python code against PEP 8 naming conventions to ensure consistent and readable coding practices. | 512 |
atugushev/flake8-printf-formatting | Prevents printf-style string formatting in Python code to enforce best practices and quality standards | 11 |
awelzel/flake8-gl-codeclimate | Tool to generate standardized code quality reports in JSON format for use with Gitlab's Code Quality feature. | 25 |
peterjc/flake8-black | A flake8 plugin that runs black to validate Python code style and enforce coding standards. | 166 |
pycqa/flake8-bugbear | A plugin that extends flake8 to detect design problems and likely bugs in Python code. | 1,066 |
cyyc1/flake8-indent-in-def | Enforces consistent 8-space indentation in Python function and class definitions to improve readability. | 0 |
mlshapiro/jupyterlab-flake8 | An extension that integrates flake8 linting into JupyterLab for Python notebooks and text files | 111 |
jparise/flake8-author | Checks Python modules for author attributes and enforces configuration rules around their usage. | 3 |