mirror of https://github.com/astral-sh/ruff
## Summary Make it a violation of `C409` to call `tuple` with a list or set comprehension, and implement the (unsafe) fix of calling the `tuple` with the underlying generator instead. Closes #12648. ## Test Plan Test fixture updated, cargo test, docs checked for updated description. |
||
|---|---|---|
| .. | ||
| test | ||
| __init__.py | ||