pep8-naming

Naming convention checker

Checks Python code against PEP 8 naming conventions to ensure consistent and readable coding practices.

Naming Convention checker for Python

GitHub

517 stars
16 watching
206 forks
Language: Python
last commit: over 2 years ago
Linked from 1 awesome list

flake8flake8-extensionsflake8-pluginlinter-flake8linter-pluginnaming-conventionspep8python

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
adamchainz/flake8-no-pep420A plugin to enforce PEP 420 namespace package rules in Python code.25
pycqa/flake8-pyiEnhances Flake8 to better handle stub files used in type hinting73
pycqa/flake8-docstringsTools to improve Python documentation quality and consistency155
python-formate/flake8-encodingsA tool to identify encoding issues in Python code6
pycqa/flake8-import-orderA plugin that checks the ordering of imports in Python code according to specific style guides.277
best-doctor/flake8-variables-namesAn extension for flake8 that enforces more readable variable names.55
gforcada/flake8-pep3101Checks Python string formatting against the latest standard14
pycqa/flake8-commasEnforces trailing commas in Python code to avoid merge conflicts and improve readability.131
pycqa/flake8-bugbearA tool to identify likely bugs and design problems in Python code1,066
pycqa/flake8-jsonFormats Flake8 output as JSON with optional pretty-printing and CodeClimate support10
orsinium-labs/flake8-pylintAn extension for flake8 that integrates PyLint to check Python code quality and detect potential errors.8
peter-evans/autopep8Automatically formats Python code to conform to PEP 8 style guide.84
jparise/flake8-authorChecks Python modules for author attributes and enforces configuration rules around their usage.3
rows-s/flake8_internal_name_importA flake8 plugin that reports the use of internal names in Python code to help avoid maintenance issues.4
sublimelinter/sublimelinter-pydocstyleLinter plugin for Python code quality checking using pydocstyle10