14 lines
274 B
Python
14 lines
274 B
Python
# Regression test for https://github.com/psf/black/issues/2478.
|
|
def foo():
|
|
arr = (
|
|
(3833567325051000, 5, 1, 2, 4229.25, 6, 0),
|
|
# fmt: off
|
|
)
|
|
|
|
|
|
# Regression test for https://github.com/psf/black/issues/3458.
|
|
dependencies = {
|
|
a: b,
|
|
# fmt: off
|
|
}
|