Part of the sp_validation restructuring (#202). Run ruff across the codebase — lint + format — to bring the whole tree to a consistent style now that the layout has settled. Best done as one sweep (with a noqa / format-skip list for anything that genuinely needs it) so the diff is mechanical and reviewable in one pass.
— Claude on behalf of Cail
Part of the sp_validation restructuring (#202). Run ruff across the codebase — lint + format — to bring the whole tree to a consistent style now that the layout has settled. Best done as one sweep (with a
noqa/ format-skip list for anything that genuinely needs it) so the diff is mechanical and reviewable in one pass.— Claude on behalf of Cail