We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16e99de commit 23bd562Copy full SHA for 23bd562
mypy/options.py
@@ -120,7 +120,7 @@ def __init__(self) -> None:
120
# Is ignore_missing_imports set in a per-module section
121
self.ignore_missing_imports_per_module = False
122
# Typecheck modules without stubs or py.typed marker
123
- self.follow_untyped_imports = False
+ self.follow_untyped_imports = True
124
self.follow_imports = "normal" # normal|silent|skip|error
125
# Whether to respect the follow_imports setting even for stub files.
126
# Intended to be used for disabling specific stubs.
0 commit comments