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
chore: parenthesize implicit string concatenations in validation messages
The repo-wide ruff-check pre-commit hook fails on three unparenthesized implicit string concatenations inside list literals in the effort-level validation messages, blocking every commit.
Wrapping each concatenated message in parentheses keeps the intended single-string semantics and satisfies the rule.
0 commit comments