diff --git a/mypy/options.py b/mypy/options.py index f18457526b57..3dc72c7e3051 100644 --- a/mypy/options.py +++ b/mypy/options.py @@ -76,6 +76,7 @@ class BuildType: "strict_bytes", "fixed_format_cache", "untyped_calls_exclude", + "enable_incomplete_feature", } ) - {"debug_cache"}