flake8-commas

Comma enforcer

Enforces trailing commas in Python code to avoid merge conflicts and improve readability.

Flake8 extension for enforcing trailing commas in python

GitHub

131 stars
5 watching
31 forks
Language: Python
last commit: 6 months ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
jamescooke/flake8-aaa A Flake8 plugin to enforce Arrange-Act-Assert pattern in Python tests 70
cyyc1/flake8-indent-in-def Enforces consistent 8-space indentation in Python function and class definitions to improve readability. 0
pycqa/flake8-json Formats Flake8 output as JSON with optional pretty-printing and CodeClimate support 10
pycqa/flake8-docstrings Tools to improve Python documentation quality and consistency 154
cyyc1/flake8-clean-block Enforces a blank line after certain Python block types to improve code readability and prevent subtle bugs. 4
pycqa/pep8-naming Checks Python code against PEP 8 naming conventions to ensure consistent and readable coding practices. 512
pycqa/flake8-bugbear A plugin that extends flake8 to detect design problems and likely bugs in Python code. 1,066
takishima/flake8-secure-coding-standard Enforces secure coding standards in Python 5
smarkets/flake8-strict Plugin for static code analysis of Python code adhering to strict style rules 10
pycqa/flake8-import-order A plugin that checks the ordering of imports in Python code according to specific style guides. 278
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
pycqa/autoflake A tool to automatically remove unused imports and variables from Python code based on pyflakes analysis 904
melevir/flake8-obey-import-goat An extension for flake8 to enforce import rules across Python projects 16
best-doctor/flake8-functions Enforces code standards for Python functions 50