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 bbe68d3 commit e5fca3eCopy full SHA for e5fca3e
1 file changed
mypy/options.py
@@ -386,7 +386,7 @@ def __init__(self) -> None:
386
# If True, partial types can't span a module top level and a function
387
self.local_partial_types = True
388
# If True, use the native parser (experimental)
389
- self.native_parser = False
+ self.native_parser = True
390
# Some behaviors are changed when using Bazel (https://bazel.build).
391
self.bazel = False
392
# If True, export inferred types for all expressions as BuildResult.types
0 commit comments