asottile/add-trailing-comma

Dict trailing comma

calumy opened this issue · 2 comments

In the example below, a trailing comma is not added. Is this international, or might this be a bug?

dict = {"variable_1": 1, "variable_2": 2}

to more directly answer your question -- adding a trailing comma there would not be helpful to preserving blame (the entire purpose)