You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I add exclude_gitignore = true to the [tool.mypy] in the pyproject.toml of numtype, stubtest suddenly fails to find the numpy-stubs, while mypy itself still seems to works. This also occurs with an empty .gitignore.
Note that stubtest runs in an isolated uv environment (tool/stubtest.py), because without it, it doesn't work at all 🤷🏻.
When I add
exclude_gitignore = true
to the[tool.mypy]
in thepyproject.toml
of numtype, stubtest suddenly fails to find thenumpy-stubs
, whilemypy
itself still seems to works. This also occurs with an empty.gitignore
.Note that
stubtest
runs in an isolated uv environment (tool/stubtest.py
), because without it, it doesn't work at all 🤷🏻.See numpy/numtype#584 for the repro and full stubtest output.
The text was updated successfully, but these errors were encountered: