mypy
mypy copied to clipboard
Implement flag to allow typechecking of untyped modules
Add a flag and config ini options "enable_installed_packages"
. Setting it to True
instructs mypy to typecheck also modules that do not have stubs or a py.typed
marker.
Fixes #8545