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
Today black allows both of these:
black
a = f"{None}" b = f"{ None }"
> black test.py All done! ✨ 🍰 ✨ 1 file left unchanged.
Perhaps an opinionated tool should have an opinion here.
The text was updated successfully, but these errors were encountered:
Unfortunately we don't format the insides of f-strings yet. Contributions welcome!
Duplicate of #567.
Sorry, something went wrong.
No branches or pull requests
Today
black
allows both of these:Perhaps an opinionated tool should have an opinion here.
The text was updated successfully, but these errors were encountered: