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
Implement flag to allow typechecking of untyped modules (#17712)
Add a flag and config ini options `"follow_untyped_imports"`. Setting it
to `True` instructs mypy to typecheck also modules that do not have
stubs or a `py.typed` marker.
Fixes#8545
0 commit comments