mypy icon indicating copy to clipboard operation
mypy copied to clipboard

Implement flag to allow typechecking of untyped modules

Open DeinAlptraum opened this issue 6 months ago • 7 comments

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

DeinAlptraum avatar Aug 27 '24 11:08 DeinAlptraum