mirror of https://github.com/astral-sh/ruff
## Summary Checks for unnecessary `dict` comprehension when creating a new dictionary from iterable. Suggest to replace with `dict.fromkeys(iterable)` See: https://github.com/astral-sh/ruff/issues/9592 ## Test Plan ```bash cargo test ``` |
||
|---|---|---|
| .. | ||
| test | ||
| __init__.py | ||