From df1591b3c2e26d61364b95226a4bb86778020bb9 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Mon, 7 Aug 2023 14:33:18 -0400 Subject: [PATCH] Remove outdated TODO (#6400) See: https://github.com/astral-sh/ruff/pull/6376#discussion_r1285539278. --- crates/ruff_python_formatter/src/other/arguments.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crates/ruff_python_formatter/src/other/arguments.rs b/crates/ruff_python_formatter/src/other/arguments.rs index 05dfa5e347..fb19204624 100644 --- a/crates/ruff_python_formatter/src/other/arguments.rs +++ b/crates/ruff_python_formatter/src/other/arguments.rs @@ -85,7 +85,7 @@ impl FormatNodeRule for FormatArguments { write!( f, [ - // The outer group is for things like + // The outer group is for things like: // ```python // get_collection( // hey_this_is_a_very_long_call, @@ -100,7 +100,6 @@ impl FormatNodeRule for FormatArguments { // hey_this_is_a_very_long_call, it_has_funny_attributes_asdf_asdf, really=True // ) // ``` - // TODO(konstin): Doesn't work see wrongly formatted test parenthesized_with_dangling_comments( "(", dangling_comments,