-
-
Notifications
You must be signed in to change notification settings - Fork 717
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
Add argument to skip formatting in f-string with double-string-fixer
#1045
Comments
you're using an outdated version |
I don't think so. |
show your configuration then |
I will paste the config when I back to work tmr. |
looks like you are right. |
try that before reporting an issue next time |
Thank you for this great project. It saves me so much time for chore stuff.
However there is a thing about
double-string-fixer
annoying me these days.My team's dev env is set to be Python 3.8.
But my dev env is Python 3.12 for some script to run.
But if I trigger a pre-commit. It will change the quote sign in nested f-string for me.
Which is not allowed in the Python 3.8.
Is there any method to skip this check inside f-string or to specify
python-version
in argument?I think this issue is related to #971 and #973
The text was updated successfully, but these errors were encountered: