flake8-expression-complexity
expression checker
Plugin to validate Python expressions for readability and complexity
flake8 plugin to validate expressions complexity
31 stars
2 watching
7 forks
Language: Python
last commit: over 2 years ago
Linked from 1 awesome list
code-standardsflake8flake8-pluginstyleguide
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-functions | Enforces code standards for Python functions | 50 |
best-doctor/flake8-annotations-coverage | Reports on files with low type annotations in Python code | 34 |
best-doctor/flake8-variables-names | An extension for flake8 that enforces more readable variable names. | 55 |
melevir/flake8-cognitive-complexity | A tool to measure and enforce the complexity of cognitive functions in Python code | 69 |
python-formate/flake8-encodings | A tool to identify encoding issues in Python code | 6 |
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 |
best-doctor/flake8-class-attributes-order | An extension for flake8 to report on class attribute order and level logic in Python classes. | 60 |
adamchainz/flake8-comprehensions | A flake8 plugin to help detect unnecessary generator expressions in Python list, set, and dict comprehensions. | 465 |
orsinium-labs/flake8-comments | Analyze redundant comments in Python code to reduce information redundancy and improve code quality. | 9 |
orsinium-labs/flake8-codes | Tools to inspect error codes in Python code for linting and quality assurance | 14 |
kludex/flake8-fastapi | A flake8 plugin to help developers avoid common mistakes when building FastAPI applications | 44 |
jparise/flake8-author | Checks Python modules for author attributes and enforces configuration rules around their usage. | 3 |
queensferryme/flake8-too-many | A flake8 plugin that prevents excessive bad code in Python | 4 |