Skip to content

Commit e5fca3e

Browse files
committed
[WIP] Try native parser
1 parent bbe68d3 commit e5fca3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mypy/options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ def __init__(self) -> None:
386386
# If True, partial types can't span a module top level and a function
387387
self.local_partial_types = True
388388
# If True, use the native parser (experimental)
389-
self.native_parser = False
389+
self.native_parser = True
390390
# Some behaviors are changed when using Bazel (https://bazel.build).
391391
self.bazel = False
392392
# If True, export inferred types for all expressions as BuildResult.types

0 commit comments

Comments
 (0)