You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support recursive traversal into PEP 420 namespace packages
E.g. with this file layout:
src/
anamespace/
foo/
__init__.py
bar.py
$ MYPYPATH=src mypy -p foo --namespace-packages
will traverse into src/anamespace/foo
0 commit comments