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
Black is changing string output.
Here's a small test case:
raise ValueError('"{}" is an invalid base58 encoded' 'character'.format('l'))
Becomes:
raise ValueError('"{}" is an invalid base58 encoded' "character".format("l"))
Environment (please complete the following information):
Does this bug also happen on master? To answer this, you have two options:
The text was updated successfully, but these errors were encountered:
black
#26
Sorry, something went wrong.
It's the same string at runtime. The formatting is definitely not great, but we already have #26 to track that.
Ah, gotcha. Thank you!
No branches or pull requests
Black is changing string output.
Here's a small test case:
Becomes:
Environment (please complete the following information):
Does this bug also happen on master? To answer this, you have two options:
latest master branch. https://black.now.sh/?version=master&state=_Td6WFoAAATm1rRGAgAhARYAAAB0L-Wj4ACfAHpdAD2IimZxl1N_WmXTfF4pk2diOB2w7CF3u5csmBIqM4tZ28bz-Wsjw8BMMi3lwqytjqgVBMVZiUacQNqGZGmn05W4ih2sBeTwYw0rsxRWBiFpcmw2i3q879NrXW32Ni69xWm_UcfshWKDsKmY5ZLH_kSJlcUumQkQtenWAAAACm-bFP1IlaQAAZYBoAEAAAF7o3mxxGf7AgAAAAAEWVo=
The text was updated successfully, but these errors were encountered: