MCPcopy
hub / github.com/psf/black / skip_magic_trailing_comma.py

File skip_magic_trailing_comma.py

tests/data/cases/skip_magic_trailing_comma.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# flags: --skip-magic-trailing-comma
2# We should not remove the trailing comma in a single-element subscript.
3a: tuple[int,]
4b = tuple[int,]

Callers

nothing calls this directly

Calls 1

funcFunction · 0.70

Tested by

no test coverage detected