Commit d690050
chore: remove mypy from lint pipeline
mypy takes ~56 minutes on this codebase (2000+ generated type files)
and crashes with INTERNAL ERROR on _utils.py. This causes CI lint job
to consistently timeout at 10 minutes. pyright already covers type
checking and completes in under 30 seconds.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 36c571b commit d690050
2 files changed
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | 18 | | |
22 | 19 | | |
0 commit comments