File tree Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change 5252 # see https://github.com/microsoft/pyright/issues/10832
5353 version : 1.1.403
5454
55+ stubdefaulter :
56+ runs-on : ubuntu-latest
57+ timeout-minutes : 5
58+ steps :
59+ 60+
61+ - name : setup uv
62+ 63+ with :
64+ python-version : " 3.13"
65+
66+ # avoid stubdefaulter checking the tests as if they were stubs
67+ - name : exclude tests
68+ run : rm -rf tests
69+
70+ - name : stubdefaulter check
71+ run : uv run stubdefaulter --check --exit-zero --packages .
72+
5573 # NOTE: mypy ignores `uv run --with=...` (and `--isolated` does not help), so we
5674 # manually (re)install the desired version directly in the environment.
5775
89107 - name : stubtest scipy
90108 run : stubtest --ignore-disjoint-bases --allowlist=.mypyignore scipy
91109
92- - name : stubdefaulter check
93- run : stubdefaulter --check --exit-zero --packages .
94-
95110 typetest :
96111 runs-on : ubuntu-latest
97112 timeout-minutes : 5
You can’t perform that action at this time.
0 commit comments