[Feature Request] Option to Recurse into All Subdirectories with Namespace Packages · Issue #6385 · python/mypy

Feature Request An option to recursively type-check all .py files under a given directory when using namespace_packages (without __init__.py). Use Case Given the following directory structure: my-p...