Is there a way to make ruff format
report examples with invalid syntax in docstrings?
#13622
-
Is there a way to make https://docs.astral.sh/ruff/formatter/#docstring-formatting
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
No, this is currently not implemented, mainly because the formatter does not support emitting any form of diagnostics. CC: @BurntSushi for another diagnostics use case in the formatter other than diff diagnostics. |
Beta Was this translation helpful? Give feedback.
No, this is currently not implemented, mainly because the formatter does not support emitting any form of diagnostics. CC: @BurntSushi for another diagnostics use case in the formatter other than diff diagnostics.