Commit c7c8c2c
style(tests): wrap long subprocess -c argument under line-length=100
The hardened fallback test in commit 78afc07 introduced a line
that was 101 chars (one over ruff's configured line-length=100).
Splits the literal into two adjacent string literals via implicit
concatenation; semantics unchanged.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 4dbeaf9 commit c7c8c2c
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
163 | 166 | | |
164 | 167 | | |
165 | 168 | | |
| |||
0 commit comments