You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Black shouldn't join f-strings containing debug expressions with different quotes because changing the quotes would change the runtime behavior (the printed expressions use different quotes)
The text was updated successfully, but these errors were encountered:
Describe the bug
The string-processing produces an invalid f-string when joining together two strings where both literals have a debug expression with quotes
To Reproduce
Playground
Expected behavior
Black shouldn't join f-strings containing debug expressions with different quotes because changing the quotes would change the runtime behavior (the printed expressions use different quotes)
The text was updated successfully, but these errors were encountered: