Skip string normalization in formatter #7305
-
We are trying to test the Ruff formatter as a replacement for Black. Does Ruff have an alternative to the "--skip-string-normalization" option from Black? |
Beta Was this translation helpful? Give feedback.
Answered by
MichaReiser
Sep 12, 2023
Replies: 1 comment 15 replies
-
Hey No, ruff doesn't support |
Beta Was this translation helpful? Give feedback.
15 replies
Answer selected by
vanchaxy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey
No, ruff doesn't support
--skip-string-normalization
although it shouldn't be too hard to implement. What's your reason for using it? Is it because you prefer single quotes over double quotes or do you use a mix of both?