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 ac6151a commit c002172Copy full SHA for c002172
mypy/options.py
@@ -349,7 +349,7 @@ def __init__(self) -> None:
349
self.dump_deps = False
350
self.logical_deps = False
351
# If True, partial types can't span a module top level and a function
352
- self.local_partial_types = False
+ self.local_partial_types = True
353
# Some behaviors are changed when using Bazel (https://bazel.build).
354
self.bazel = False
355
# If True, export inferred types for all expressions as BuildResult.types
0 commit comments