> ```python > variable = ( > (something) # a comment > .fist_method("some string") > ) > ``` > gets reformatted to > ```python > variable = (something) # a comment > .fist_method("some string") > ``` > which is a syntax error, so there's a bug in ruff here. > _Originally posted by @olofahlen in [#8598](https://github.com/astral-sh/ruff/issues/8598#issuecomment-3072991517)_