black/tests/data/fmtskip4.py
2021-02-15 08:02:48 -08:00

13 lines
92 B
Python

a = 2
# fmt: skip
l = [1, 2, 3,]
# output
a = 2
# fmt: skip
l = [
1,
2,
3,
]