Commit a59ea8d
fix: lint the artifact scorer — import order and line length
The artifact-level scoring tool landed with an unsorted import block
(I001) and a 101-char line (E501), turning main's test job red and
failing every open PR against it. Ruff --fix reordered the block
(interscript_ml classifies third-party, grouping with pandas); the long
preds-write line split. Unblocks main and the correction PRs.1 parent df2d4fa commit a59ea8d
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | | - | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
| 100 | + | |
100 | 101 | | |
101 | 102 | | |
102 | 103 | | |
| |||
0 commit comments