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
I noticed blue is failing for a specific Python 3.9 syntax:
def get_dec_dec(): def get_dec(): def dec(func): print(func) return dec return get_dec @get_dec_dec()() def foo(): ...
error: cannot format example.py: Cannot parse: 8:14: @get_dec_dec()() Oh no! 💥 💔 💥 1 file failed to reformat
It would be nice to support this so I was wondering if it would be possible to port changes from the latest black to blue.
The text was updated successfully, but these errors were encountered:
Fixed in #54
Sorry, something went wrong.
No branches or pull requests
I noticed blue is failing for a specific Python 3.9 syntax:
It would be nice to support this so I was wondering if it would be possible to port changes from the latest black to blue.
The text was updated successfully, but these errors were encountered: