Di Fan
Di Fan
Is there a timeline on this (Suppose it's still on the roadmap)? I suppose it might not be as simple as copying over the two files in the necleus repo...
At google we have (actually) `pytype_strict_{binary,library}` to check for typings using https://github.com/google/pytype, and check for strict dependencies, i.e. depend on build targets for what you import. As I realized this...
Ok I see that there is open source consideration here that different type checkers may be used. So strict_deps and type checking are definitely two separate considerations. I wonder if...