ruff
875e04e3
- Avoid removing raw strings in comparison fixes (#5755)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#5755 - Avoid removing raw strings in comparison fixes
Author
charliermarsh
Parents
12489d33
Loading