Open Avasam opened 1 year ago
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: