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
[pre-commit] Remove pyupgrade and use ruff instead
pyupgrade is slower and introduced a bug on templated strings
("{msgid}") that does not affect ruff. Also ruff seems to
handle more cases as evidenced by the new fixes.
0 commit comments