From 9ffe1b1931a9519f7ce458074ffad45c0a3077d0 Mon Sep 17 00:00:00 2001 From: wyattscarpenter Date: Fri, 12 Sep 2025 02:09:25 +0700 Subject: [PATCH] Update main.py: remove superfluous `--experimental` tag This commit removes the --experimental flag, completing a TODO from 2018-03-16. --- mypy/main.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/mypy/main.py b/mypy/main.py index d5bbca704305..150d388af84c 100644 --- a/mypy/main.py +++ b/mypy/main.py @@ -1204,13 +1204,6 @@ def add_invertible_flag( ) if server_options: - # TODO: This flag is superfluous; remove after a short transition (2018-03-16) - other_group.add_argument( - "--experimental", - action="store_true", - dest="fine_grained_incremental", - help="Enable fine-grained incremental mode", - ) other_group.add_argument( "--use-fine-grained-cache", action="store_true",