buildtools
buildtools copied to clipboard
`buildifier` fails to parse `...` (ellipsis literal)
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