-
Notifications
You must be signed in to change notification settings - Fork 39
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
Incorrect Q003 error #119
Comments
Hi. You should be able to use the (default off) flag |
Thanks for the quick reply.
|
You are right. I have an experimental branch over at #120. I'll investigate in depth a bit later. |
Hello. I'm getting the same error for code item_text = "hello"
x = f'{{"text": "{item_text}"}}' Message:
I have to ignore it through Env:
Config:
|
Since 3.4.0 came out I am getting Q003 errors on code such as:
As per f-string changes in python 3.12 it is possible to now use the any quotes within the f-string expression without escaping first.
This code was not flagging before 3.4.0.
It really shouldn't be flagged given that there are no escaped inner quotes here.
The text was updated successfully, but these errors were encountered: