ruff
f56bc198 - Place 'r' prefix before 'f' for raw format strings (#8464)

Commit
1 year ago
Place 'r' prefix before 'f' for raw format strings (#8464) ## Summary Currently, `UP032` applied to raw strings results in format strings with the prefix 'fr'. This gets changed to 'rf' by Ruff format (or Black). In order to avoid that, this PR uses the prefix 'rf' to begin with. ## Test Plan Updated the expectation on an existing test.
Author
Parents
Loading