ruff
090c1a4a
- Avoid converting f-strings within Django `gettext` calls (#7898)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
2 years ago
Avoid converting f-strings within Django `gettext` calls (#7898) ## Summary Django's `gettext` doesn't support f-strings, so we should avoid translating `.format` calls in those cases. Closes https://github.com/astral-sh/ruff/issues/7891.
References
#7898 - Avoid converting f-strings within Django `gettext` calls
Author
charliermarsh
Parents
2b95d383
Loading