mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-24 05:25:17 +00:00
Remove outdated TODO (#6400)
See: https://github.com/astral-sh/ruff/pull/6376#discussion_r1285539278.
This commit is contained in:
parent
a637b8b3a3
commit
df1591b3c2
1 changed files with 1 additions and 2 deletions
|
@ -85,7 +85,7 @@ impl FormatNodeRule<Arguments> for FormatArguments {
|
||||||
write!(
|
write!(
|
||||||
f,
|
f,
|
||||||
[
|
[
|
||||||
// The outer group is for things like
|
// The outer group is for things like:
|
||||||
// ```python
|
// ```python
|
||||||
// get_collection(
|
// get_collection(
|
||||||
// hey_this_is_a_very_long_call,
|
// hey_this_is_a_very_long_call,
|
||||||
|
@ -100,7 +100,6 @@ impl FormatNodeRule<Arguments> for FormatArguments {
|
||||||
// hey_this_is_a_very_long_call, it_has_funny_attributes_asdf_asdf, really=True
|
// 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(
|
parenthesized_with_dangling_comments(
|
||||||
"(",
|
"(",
|
||||||
dangling_comments,
|
dangling_comments,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue