Commit 306887f
committed
Run
We extend the x86_64 Python workflow to run `stubtest` and `mypy` to get
basic validation for the type stubs. This should be sufficient to catch
PRs that introduce new Python API surface without adding type stubs.
Unfortunately, from some limited testing, `stubtest` doesn't necessarily
catch incorrect type stubs, since some of the PyO3 generated functions
apparently have very limited metadata (especially for return types).stubtest for reclass_rs and mypy for the Python tests in CI1 parent 8537706 commit 306887f
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
98 | 100 | | |
99 | 101 | | |
100 | 102 | | |
| |||
0 commit comments