-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
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
Explain why black avoids using \
for code organization
#392
Comments
Hey! I've read @ambv 's explanation on this. Is it okay if I give this a shot? Thanks. |
Of course, go for it! |
Wording to use:
However, there will be one exception: with statements with multiple context managers: #664 |
Closes psf/black#392 Revived from psf/black#558 Relevant to psf/black#664
The README should have a clear, concise explanation for why black avoids using
\
.Here's a lengthy reasoning 👀
The text was updated successfully, but these errors were encountered: