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
55 stars
1 watching
14 forks
Language: Python
last commit: 6 months ago
Linked from 1 awesome list
flake8flake8-pluginnaming-conventions
Related projects:
Repository | Description | Stars |
---|---|---|
best-doctor/flake8-annotations-complexity | Tools to help write clear and maintainable Python code with type annotations | 46 |
best-doctor/flake8-annotations-coverage | Reports on files with low type annotations in Python code | 34 |
best-doctor/flake8-expression-complexity | Plugin to validate Python expressions for readability and complexity | 32 |
best-doctor/flake8-class-attributes-order | An extension for flake8 to report on class attribute order and level logic in Python classes. | 59 |
best-doctor/flake8-functions | Enforces code standards for Python functions | 50 |
michaelaquilina/flake8-spellcheck | Automates spellchecking of variable and function names in Python code to improve readability and prevent errors. | 72 |
rows-s/flake8_internal_name_import | A flake8 plugin that reports the use of internal names in Python code to help avoid maintenance issues. | 4 |
melevir/flake8-functions-names | An extension for flake8 that validates Python function names and consistency with annotations. | 27 |
jparise/flake8-author | Checks Python modules for author attributes and enforces configuration rules around their usage. | 3 |
pycqa/pep8-naming | Checks Python code against PEP 8 naming conventions to ensure consistent and readable coding practices. | 517 |
xzise/flake8-string-format | A Flake8 plugin to check strings and parameters using str.format for implicit index usage | 20 |
bagerard/flake8-test-name | A Flake8 plugin to validate Python test function names against a custom convention | 5 |
schlamar/flake8-todo | A Flake8 plugin that checks for TODO notes in Python code. | 30 |
plinss/flake8-literal | This plugin checks and enforces consistent usage of string literals in Python code. | 5 |
afonasev/flake8-return | Tool to check return values in Python functions | 62 |