Replies: 1 comment 1 reply
-
This is currently not supported. I recommend you upvote #14118 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have setup all possible settings that I find for double quotes, however
ruff
still keep inserting single quotes...I find out on this page: https://docs.astral.sh/ruff/formatter/#quotes that ruff reformat it into quotes that change based on nesting, however I totally don't like that behavior. I can put some
# fmt: off
's but I would try to avoid that because on larger scale it prevent other useful functionality. I want something likef"{obj["key"]}"
to be preserved in same exact way without quotes alternations.Beta Was this translation helpful? Give feedback.
All reactions