Closed as not planned
Description
def foo():
return bar()
It is hard to get what foo returns. Is there a way to disable this behavior in basedpyright. It was discussed in pyright microsoft/pyright#3013 but unfortunately got rejected.
def foo():
return bar()
It is hard to get what foo returns. Is there a way to disable this behavior in basedpyright. It was discussed in pyright microsoft/pyright#3013 but unfortunately got rejected.