Investigate why mypy type check not work properly.
hero78119 opened this issue · 0 comments
hero78119 commented
mypy .
capture less source files and skip others sources without reasons and error message.
One possible root cause is it failed silently, mostly because some invalid source file/naming exist which make it stop silently
Try upgrade mypy to 1.3.0 https://pypi.org/project/mypy/1.3.0/
, still not works.