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
Hi, thanks for useful package!
I report a compatibility issue with pylance (ver: 2023.3.40).
When I set python > Analysis: Type Checking mode == basic of vscode's setting, pylance reports "Illegal type annotation: variable not allowed unless it is a type alias" for the basis usage of nptyping.
Is there a way to supress or avoid this warning?
The screenshot was taken on vscode-jupyter but this also happens without jupyter.
The text was updated successfully, but these errors were encountered:
Hi, thanks for useful package!
I report a compatibility issue with pylance (ver: 2023.3.40).
When I set
python > Analysis: Type Checking mode == basic
of vscode's setting, pylance reports "Illegal type annotation: variable not allowed unless it is a type alias" for the basis usage ofnptyping
.Is there a way to supress or avoid this warning?
The screenshot was taken on vscode-jupyter but this also happens without jupyter.
The text was updated successfully, but these errors were encountered: