Commit 6b7ead8
fix: wrap over-length line flagged by pylint line-too-long
Extract the context slice into a local so the error message f-string fits within
the 120-char limit. pylint (C0301) now owns line-length since ruff cedes E501.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 7c95bc5 commit 6b7ead8
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
305 | | - | |
| 305 | + | |
| 306 | + | |
306 | 307 | | |
0 commit comments