From e5fca3ef65b8f800d36af5ac4c69d49455b5967c Mon Sep 17 00:00:00 2001 From: Ivan Levkivskyi Date: Sat, 25 Apr 2026 16:14:18 +0100 Subject: [PATCH] [WIP] Try native parser --- mypy/options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mypy/options.py b/mypy/options.py index 4281c88e67dea..9c91d9db53020 100644 --- a/mypy/options.py +++ b/mypy/options.py @@ -386,7 +386,7 @@ def __init__(self) -> None: # If True, partial types can't span a module top level and a function self.local_partial_types = True # If True, use the native parser (experimental) - self.native_parser = False + self.native_parser = True # Some behaviors are changed when using Bazel (https://bazel.build). self.bazel = False # If True, export inferred types for all expressions as BuildResult.types