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
Repo-wide `ruff format` over `src/` and `tests/`. No semantic changes —
just whitespace, line-wrap, and quote-style normalization to match
ruff's default formatter.
Counts
------
- 48 files reformatted, 152 left unchanged
- 190 lines added, 247 removed (net 57 lines off)
Verified
--------
- ruff check src tests -> All checks passed
- ruff format --check -> 200 files already formatted
- pytest tests/ -> 2986 passed (no behavior change)
- behave --stop -> 54 features, 981 scenarios, 0 failed
CI tightening
-------------
ci.yml's `ruff format --check` step had `continue-on-error: true` while
the repo had outstanding format debt. Now that the repo is clean, the
flag is removed — CI fails the lint job on any unformatted file going
forward.
0 commit comments