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