You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The violation has been removed because "ruff covers this rule." However, I can't find a ruff rule that actually covers it. There are ruff rules that do the opposite (perfer f-string over format).
Am I missing something? Which rule should I be enabling to get similar behavior?
Ruff "by default" does not allow the use of .format. I think you could keep the violation in WPS and publish a doc with "known ruff incompatibilities" that lists incompatible rules and each project can decide what they want. Ruff has already set a precedent of including conflicting rules that end-users have to decide on.
https://wemake-python-styleguide.readthedocs.io/en/latest/pages/usage/violations/consistency.html#wemake_python_styleguide.violations.consistency.FormattedStringViolation
The violation has been removed because "ruff covers this rule." However, I can't find a ruff rule that actually covers it. There are ruff rules that do the opposite (perfer f-string over format).
Am I missing something? Which rule should I be enabling to get similar behavior?
https://docs.astral.sh/ruff/rules/
The text was updated successfully, but these errors were encountered: