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: over 2 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
jamescooke/flake8-aaaA Flake8 plugin to enforce Arrange-Act-Assert pattern in Python tests69
cyyc1/flake8-indent-in-defEnforces consistent 8-space indentation in Python function and class definitions to improve readability.0
pycqa/flake8-jsonFormats Flake8 output as JSON with optional pretty-printing and CodeClimate support10
pycqa/flake8-docstringsTools to improve Python documentation quality and consistency155
cyyc1/flake8-clean-blockEnforces a blank line after certain Python block types to improve code readability and prevent subtle bugs.4
pycqa/pep8-namingChecks Python code against PEP 8 naming conventions to ensure consistent and readable coding practices.517
pycqa/flake8-bugbearA tool to identify likely bugs and design problems in Python code1,066
takishima/flake8-secure-coding-standardEnforces secure coding standards in Python5
smarkets/flake8-strictPlugin for static code analysis of Python code adhering to strict style rules10
pycqa/flake8-import-orderA plugin that checks the ordering of imports in Python code according to specific style guides.277
pycqa/flake8-pyiEnhances Flake8 to better handle stub files used in type hinting73
python-formate/flake8-encodingsA tool to identify encoding issues in Python code6
pycqa/autoflakeA tool to automatically remove unused imports and variables from Python code based on pyflakes analysis908
melevir/flake8-obey-import-goatAn extension for flake8 to enforce import rules across Python projects17
best-doctor/flake8-functionsEnforces code standards for Python functions50