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
Context: some types from NumPy show up as partially known in pyright --verifytypes because they use untyped parts of the Numbers module microsoft/pyright#9905
According to Jelle Zijlstra (Core developer for CPython, typing-extensions, typeshed, mypy, Black. Member of the Python Typing Council) in a comment on the Python Discourse, this module should not be typed:
Context: some types from NumPy show up as partially known in
pyright --verifytypes
because they use untyped parts of the Numbers module microsoft/pyright#9905According to Jelle Zijlstra (Core developer for CPython, typing-extensions, typeshed, mypy, Black. Member of the Python Typing Council) in a comment on the Python Discourse, this module should not be typed:
The text was updated successfully, but these errors were encountered: