-
Notifications
You must be signed in to change notification settings - Fork 13
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
Semicolon in f-string becomes newline #183
Comments
This does not happen when running |
@mpartel Can you set |
I tried running this locally, it seems to be formatting it as expected (this is from logs after setting
|
Ah, this only happens if I have Python 3.12.0 (installed via pyenv) selected as the interpreter in VSCode. With 3.11.6 it works correctly. Here's the log: 3.12.0 exhibits other f-string weirdness too, e.g. |
@mpartel This seems to be a bug on |
gets autoformatted to
Same with double-quoted f-strings.
The text was updated successfully, but these errors were encountered: