Commit bcb2438
style: wrap long lines in bench_scan_order.py to satisfy ruff E501
Convert the read and group_by benchmark lambdas to inner functions and
hoist the polars label out of the f-string, keeping every line under the
120-char limit. CI ruff check flagged lines 80, 114, 116.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 52eb313 commit bcb2438
1 file changed
Lines changed: 13 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
81 | 86 | | |
82 | 87 | | |
83 | 88 | | |
| |||
111 | 116 | | |
112 | 117 | | |
113 | 118 | | |
114 | | - | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
115 | 124 | | |
116 | | - | |
| 125 | + | |
| 126 | + | |
117 | 127 | | |
118 | 128 | | |
119 | 129 | | |
| |||
0 commit comments