We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Yield
YieldFrom
yield
yield..from
The text was updated successfully, but these errors were encountered:
@qdegraaf has shown interest in working on this
You can find the dummy implementation here
ruff/crates/ruff_python_formatter/src/expression/expr_yield.rs
Lines 1 to 25 in 76e9ce6
I recommend taking a look at the raise stmt PR #5595 and/or formatting of await expressions because I assume the formatting would be similar.
raise
await
Oh, and I should not forget the documentation
Sorry, something went wrong.
ExprYield
ExprYieldFrom
Successfully merging a pull request may close this issue.
yield
yield..from
The text was updated successfully, but these errors were encountered: