Allow trailing commas
Some user requested that we allow trailing commas for better usability:
Some simple example with a comma after the last element:
my_list: list of str = [ "Pls",
"allow",
"comma",
"here ->", ]