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
Thanks for the feature request! We are going to give the community time to provide upvotes on the opening comment to gauge general interest in this idea. If there's enough upvotes then we will consider this feature request in our future planning. If there's unfortunately not enough upvotes then we will close this issue.
I would like to request for the extension to offer a Quick Fix to suppress an error by adding:
# type: ignore[error-code]
at the end of the line# mypy: disable-error-code="error-code"
to the top of the fileSimilar to how ESLint does it
And better than pylance does it by also including the error code:
The text was updated successfully, but these errors were encountered: