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
Apply ruff format, which CI has been failing on for four commits
CI runs `ruff check` and `ruff format --check`; I had only been running the
first locally before each push, so formatting drift accumulated unnoticed while
every local gate reported green. Four consecutive pushes were red for this and
nothing else -- no test or type failure among them.
The lesson is about the gate, not the formatting: a local check that is a subset
of the CI check will pass while CI fails, and reporting "green" from the subset
is reporting something that was not verified.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
0 commit comments