-
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
Crash on assert and parenthesized % format #1597
Comments
#1605 has another example of what's probably the same underlying bug. (I saw what looked like the same crash on several other files in my codebase too, but didn't try to minify the failures.) |
This file now formats without errors with $ black --version
black, version 19.10b1.dev154+gcd3a93a
$ black --check author.py
All done! ✨ 🍰 ✨
1 file would be left unchanged. |
I was not able to replicate this on master with or without the I was, however, able to replicate #1605. This was fixed in #1681 and a corresponding test case was added to black's regression tests. |
The text was updated successfully, but these errors were encountered: