Commit 67fb5eb
Fix CI: quote Command forward ref for Python <3.14, revert benchmark.py validation
The `from __future__ import annotations` removal broke pylint on Python
3.10-3.13 because `List[Command]` is a forward reference within the
Command dataclass. Quoting it as `List["Command"]` fixes the issue.
The scaling benchmark.py requires CLI arguments and cannot be validated
as a standalone case file.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 15a4a9a commit 67fb5eb
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
0 commit comments