File tree Expand file tree Collapse file tree 6 files changed +461
-57
lines changed Expand file tree Collapse file tree 6 files changed +461
-57
lines changed Original file line number Diff line number Diff line change @@ -112,8 +112,7 @@ jobs:
112112 run : >
113113 uv run --with="numpy==${{ matrix.numpy }}" --no-editable
114114 stubtest
115- --tb
116- --ignore-unused-allowlist
117115 --allowlist=.mypyignore
116+ --allowlist=.mypyignore-todo
118117 --mypy-config-file=pyproject.toml
119118 scipy
Original file line number Diff line number Diff line change @@ -9,12 +9,8 @@ scipy\.((_|\w)+\.)+(__test__|test|tests(\..+)?)
99scipy\._lib\.(array_api_compat|array_api_extra|cobyqa).*
1010scipy\.fft\._pocketfft\..*
1111
12- # numpy re-export with wrong annotations on numpy<1.24
13- scipy\.fftpack\.(_?helper\.)?fftfreq
14-
1512# namespace pollution
1613scipy\._lib\.decorator\.(DEF|ArgSpec|FunctionMaker|__init__|append|dispatch_on|get_init|getargspec|init|n_args)
17- scipy\.special\.libsf_error_state
1814scipy\.stats\._rcont\.rcont
1915
2016# should this be packaged?
You canβt perform that action at this time.
0 commit comments