ruff/crates/ruff_python_formatter/resources
Charlie Marsh a6d79c03b3
Break with on end-of-line trailing comments (#7685)
## Summary

Ensures that:

```python
with (
    a  # comment
):
    pass
```

Retains its parentheses.

Closes https://github.com/astral-sh/ruff/issues/6750.

## Test Plan

`cargo test`
2023-09-28 00:16:40 +00:00
..
test/fixtures Break with on end-of-line trailing comments (#7685) 2023-09-28 00:16:40 +00:00