Replies: 1 comment 1 reply
-
The Python typing spec provides a |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
From time to time I find myself the need to write something hacky that would need a lot of
type: ignore
ofcast
to actually get pyright to completely ignore it, but a file level suppression is too muchBeta Was this translation helpful? Give feedback.
All reactions