ruff
875e04e3 - Avoid removing raw strings in comparison fixes (#5755)

Commit
2 years ago
Avoid removing raw strings in comparison fixes (#5755) ## Summary Use `Locator`-based verbatim fix rather than a `Generator`-based fix, which loses trivia (and raw strings). Closes https://github.com/astral-sh/ruff/issues/4130.
Author
Parents
Loading