Closed Eric-Arellano closed 1 year ago
extend-exclude should have been a string. We simply use the old behavior of Black, which was to call repr() on the list.
extend-exclude
repr()
This also properly pins Black's version. I didn't realize they're using cal-ver, so ~= doesn't work properly.
~=
extend-exclude
should have been a string. We simply use the old behavior of Black, which was to callrepr()
on the list.This also properly pins Black's version. I didn't realize they're using cal-ver, so
~=
doesn't work properly.