mirror of
https://github.com/astral-sh/ruff
synced 2026-01-09 07:34:06 -05:00
This is slightly buggy due to Instagram/LibCST#855; it will complain `[ERROR] Failed to fix nested with: Failed to extract CST from source` when trying to fix nested parenthesized `with` statements lacking trailing commas. But presumably people who write parenthesized `with` statements already knew that they don’t need to nest them. Signed-off-by: Anders Kaseorg <andersk@mit.edu>