flake8-functions-names
Function name validator
An extension for flake8 that validates Python function names and consistency with annotations.
An extension for flake8 that validates functions names, decomposition and conformity with annotations.
27 stars
2 watching
9 forks
Language: Python
last commit: over 1 year ago
Linked from 1 awesome list
code-stylecontractflake8flake8-pluginstyleguide
Related projects:
Repository | Description | Stars |
---|---|---|
best-doctor/flake8-functions | Enforces code standards for Python functions | 50 |
bagerard/flake8-test-name | A Flake8 plugin to validate Python test function names against a custom convention | 5 |
best-doctor/flake8-variables-names | An extension for flake8 that enforces more readable variable names. | 55 |
ebeweber/flake8-mutable | An extension for flake8 to flag functions with mutable default arguments. | 44 |
melevir/flake8-cognitive-complexity | A tool to measure and enforce the complexity of cognitive functions in Python code | 69 |
afonasev/flake8-return | Tool to check return values in Python functions | 62 |
cyyc1/flake8-indent-in-def | Enforces consistent 8-space indentation in Python function and class definitions to improve readability. | 0 |
best-doctor/flake8-class-attributes-order | An extension for flake8 to report on class attribute order and level logic in Python classes. | 60 |
pycqa/pep8-naming | Checks Python code against PEP 8 naming conventions to ensure consistent and readable coding practices. | 512 |
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 |
python-formate/flake8-dunder-all | Ensures Python modules have defined the 'all' variable to specify all imported symbols. | 7 |
jdkandersson/flake8-mock-spec | Ensures use of correct mock object arguments to prevent bugs and improve code robustness | 4 |
michaelaquilina/flake8-spellcheck | Automates spellchecking of variable and function names in Python code to improve readability and prevent errors. | 72 |
melevir/flake8-obey-import-goat | An extension for flake8 to enforce import rules across Python projects | 16 |
best-doctor/flake8-annotations-complexity | Tools to help write clear and maintainable Python code with type annotations | 46 |