Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
3
a: tuple[int,]
4
b = tuple[int,]
Callers
nothing calls this directly
Calls
1
func
Function · 0.70
Tested by
no test coverage detected