Skip to content

Commit f8f618a

Browse files
Update main.py: remove superfluous --experimental flag (#19831)
This commit removes the --experimental flag, completing a TODO from 2018-03-16. It seems like this flag is unused and undocumented and the task of removing it "after a short transition" simply slipped under everyone's radar.
1 parent 4939b11 commit f8f618a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

mypy/main.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1204,13 +1204,6 @@ def add_invertible_flag(
12041204
)
12051205

12061206
if server_options:
1207-
# TODO: This flag is superfluous; remove after a short transition (2018-03-16)
1208-
other_group.add_argument(
1209-
"--experimental",
1210-
action="store_true",
1211-
dest="fine_grained_incremental",
1212-
help="Enable fine-grained incremental mode",
1213-
)
12141207
other_group.add_argument(
12151208
"--use-fine-grained-cache",
12161209
action="store_true",

0 commit comments

Comments
 (0)