`buildifer` fails to parse files that include the ellipsis literal `...`, which is used by Buck2 to indicate variadic tuples: ``` $ echo "MyType = tuple[str, ...]" | buildifier <stdin>:1:23: syntax error near . <stdin> # reformat ```