Replies: 1 comment 5 replies
-
Converting to a discussion topic since this isn't a bug report. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I generated some stubs from my C# DLLs that have a certain type within their methods. So in C#, you can pass in null for anything but in Python you'll get with a None-type error. Is it possible for Pyright to ignore "reportArgumentType" when a method is sending in None for their parameters?
Beta Was this translation helpful? Give feedback.
All reactions