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
After upgrading project to Python 3.12 pyupgrade started to break:
pyupgrade
s = f"\N{EN DASH}"
is being changed into
s = f"\N{{EN DASH}}"
which is invalid.
I tested revering back to 3.11 and rerunning pyupgrade and everything looks good.
The text was updated successfully, but these errors were encountered:
what version are you using?
Sorry, something went wrong.
Sorry, haven't noticed your comment earlier. I was using 3.18.0, I'll try the fix you've just released, thank you!
Successfully merging a pull request may close this issue.
After upgrading project to Python 3.12
pyupgrade
started to break:is being changed into
which is invalid.
I tested revering back to 3.11 and rerunning
pyupgrade
and everything looks good.The text was updated successfully, but these errors were encountered: