sdk-python icon indicating copy to clipboard operation
sdk-python copied to clipboard

[Bug] Overload checking not catching bad parameters anymore

Open cretz opened this issue 1 year ago • 0 comments

Describe the bug

It appears sometime recently or in some MyPy version recently, you can execute a single-param workflow with no param and MyPy won't catch it. Investigate this and other places where type checking should catch issues but is not. Ideally we can write tests to confirm type checking failures.

cretz avatar Nov 27 '23 21:11 cretz