flake8-variables-names

Variable naming checker

An extension for flake8 that enforces more readable variable names.

A flake8 extension that helps to make more readable variables names

GitHub

55 stars
1 watching
14 forks
Language: Python
last commit: about 2 years ago
Linked from 1 awesome list

flake8flake8-pluginnaming-conventions

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
best-doctor/flake8-annotations-complexityTools to help write clear and maintainable Python code with type annotations46
best-doctor/flake8-annotations-coverageReports on files with low type annotations in Python code34
best-doctor/flake8-expression-complexityPlugin to validate Python expressions for readability and complexity32
best-doctor/flake8-class-attributes-orderAn extension for flake8 to report on class attribute order and level logic in Python classes.59
best-doctor/flake8-functionsEnforces code standards for Python functions50
michaelaquilina/flake8-spellcheckAutomates spellchecking of variable and function names in Python code to improve readability and prevent errors.72
rows-s/flake8_internal_name_importA flake8 plugin that reports the use of internal names in Python code to help avoid maintenance issues.4
melevir/flake8-functions-namesAn extension for flake8 that validates Python function names and consistency with annotations.27
jparise/flake8-authorChecks Python modules for author attributes and enforces configuration rules around their usage.3
pycqa/pep8-namingChecks Python code against PEP 8 naming conventions to ensure consistent and readable coding practices.517
xzise/flake8-string-formatA Flake8 plugin to check strings and parameters using str.format for implicit index usage20
bagerard/flake8-test-nameA Flake8 plugin to validate Python test function names against a custom convention5
schlamar/flake8-todoA Flake8 plugin that checks for TODO notes in Python code.30
plinss/flake8-literalThis plugin checks and enforces consistent usage of string literals in Python code.5
afonasev/flake8-returnTool to check return values in Python functions62