black/src
Nipunn Koorapati a24e1f7959
Fix instability due to trailing comma logic (#2572)
It was causing stability issues because the first pass
could cause a "magic trailing comma" to appear, meaning
that the second pass might get a different result. It's
not critical.

Some things format differently (with extra parens)
2022-01-28 18:13:18 -08:00
..
black Fix instability due to trailing comma logic (#2572) 2022-01-28 18:13:18 -08:00
black_primer Hug power operators if its operands are "simple" (#2726) 2022-01-24 19:13:34 -08:00
blackd Allow blackd to be run as a package (#2800) 2022-01-23 08:49:11 -08:00
blib2to3 Fix crash on some power hugging cases (#2806) 2022-01-26 16:47:36 -08:00