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.
464 stars
8 watching
23 forks
Language: Python
last commit: 3 months ago
Linked from 1 awesome list
flake8
Related projects:
Repository | Description | Stars |
---|---|---|
| A Flake8 plugin that checks for issues related to logging in Python code | 79 |
| A Flake8 plugin that checks for correct string literal concatenation in Python code. | 31 |
| This plugin checks and enforces consistent usage of string literals in Python code. | 5 |
| A plugin to enforce PEP 420 namespace package rules in Python code. | 25 |
| Tools to help write clear and maintainable Python code with type annotations | 46 |
| Plugin to validate Python expressions for readability and complexity | 32 |
| A plugin that helps write more organized imports in Python code. | 72 |
| A Flake8 plugin to help identify and suppress false-positive warnings in Python code | 4 |
| Tool to check return values in Python functions | 62 |
| Reports on files with low type annotations in Python code | 34 |
| A plugin to check Python print statements for coding style and errors | 121 |
| Checks Python modules for author attributes and enforces configuration rules around their usage. | 3 |
| A tool to identify encoding issues in Python code | 6 |
| Analyze redundant comments in Python code to reduce information redundancy and improve code quality. | 9 |
| A flake8 plugin to detect deprecated type hints from the standard library and suggest their replacements. | 23 |