Commit 6982415
Fix lint script hanging on import check in CI
rye run python hangs indefinitely in CI after pyright completes.
Using .venv/bin/python directly avoids the rye subprocess wrapper
that causes the hang.
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>1 parent 2ef508c commit 6982415
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
0 commit comments