flake8-comprehensions
Comprehension detector
A flake8 plugin to help detect unnecessary generator expressions in Python list, set, and dict comprehensions.
❄️ A flake8 plugin to help you write better list/set/dict comprehensions.
465 stars
8 watching
23 forks
Language: Python
last commit: 19 days ago
Linked from 1 awesome list
flake8
Related projects:
Repository | Description | Stars |
---|---|---|
adamchainz/flake8-logging | A Flake8 plugin that checks for issues related to logging in Python code | 79 |
flake8-implicit-str-concat/flake8-implicit-str-concat | A Flake8 plugin that checks for correct string literal concatenation in Python code. | 31 |
plinss/flake8-literal | This plugin checks and enforces consistent usage of string literals in Python code. | 5 |
adamchainz/flake8-no-pep420 | A plugin to enforce PEP 420 namespace package rules in Python code. | 25 |
best-doctor/flake8-annotations-complexity | Tools to help write clear and maintainable Python code with type annotations | 46 |
best-doctor/flake8-expression-complexity | Plugin to validate Python expressions for readability and complexity | 31 |
adamchainz/flake8-tidy-imports | A plugin that helps write more organized imports in Python code. | 72 |
martinthoma/flake8-scream | A Flake8 plugin to help identify and suppress false-positive warnings in Python code | 4 |
afonasev/flake8-return | Tool to check return values in Python functions | 62 |
best-doctor/flake8-annotations-coverage | Reports on files with low type annotations in Python code | 34 |
jbkahn/flake8-print | A plugin to check Python print statements for coding style and errors | 121 |
jparise/flake8-author | Checks Python modules for author attributes and enforces configuration rules around their usage. | 3 |
python-formate/flake8-encodings | A tool to identify encoding issues in Python code | 6 |
orsinium-labs/flake8-comments | Analyze redundant comments in Python code to reduce information redundancy and improve code quality. | 9 |
decorator-factory/flake8-pep585 | A flake8 plugin to detect deprecated type hints from the standard library and suggest their replacements. | 22 |