Commit a3196ca
committed
ci: update type-checking mypy to 2.1.0 to match the fork base
Bump the mypy used by the static-analysis workflow from 1.14.1 to 2.1.0, the
version our mypyc fork is based on, so type-checking matches what the compiled
build sees.
mypy 2.1 requires the type-check target (tool.mypy python_version) to be 3.10+,
so it can no longer be rez's lowest supported runtime (3.8); set it to 3.10.
Regenerate mypy-baseline.txt against mypy 2.1.0 (the error set differs from
1.14.1: 594 -> 234 baselined entries). Verified the baseline keeps the mypy
workflow green (mypy | mypy-baseline filter reports no new errors).1 parent e92410d commit a3196ca
3 files changed
Lines changed: 188 additions & 533 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments