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
Ruff migration wave 1: manual fixes across all packages (9 parallel agents)
~2,300 violations fixed by hand across examples/, scripts/, tests/,
torchwright/: D205/D415 docstring shaping, ANN annotations in
non-test code, RUF001/2/3 unicode-to-ASCII conformance, PLR2004
constant extraction, PTH pathlib migration, E501 splits, E741 renames,
ARG underscore renames for callback slots, ERA001 dead-code removal,
PT018 assert splits, and singles.
Integration repairs after the wave: export.py helpers re-annotated
HeadlessTransformer (not CompiledHeadless), **attrs/**changes -> Any
at ONNX emission and SchedulingProblem._replace, SupportsInt cast in
replay_plan, IntVar cast at _and_presence, past_kvs variance widening.
Recovered bucket-8's swiglu fixes from the stash a concurrent agent
created mid-wave (git stash in the shared worktree captured ~140
in-flight files; the seven swiglu files were never restored).
Gates: ruff 7846 -> 593 (remaining = deferred wave-2 families +
reported false positives), mypy green, full import walk, format
stable.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments