ruff
6fe8f8a2 - Avoid unstable formatting in ellipsis-only body with trailing comment (#8984)

Commit
1 year ago
Avoid unstable formatting in ellipsis-only body with trailing comment (#8984) ## Summary We should avoid inlining the ellipsis in: ```python def h(): ... # bye ``` Just as we omit the ellipsis in: ```python def h(): # bye ... ``` Closes https://github.com/astral-sh/ruff/issues/8905.
Author
Parents
Loading