Incorrect nested dictionary format

A nested dictionary is not properly formatted:

x = {
    "l1": 123,
    "l2": {
    "l3": 23
    }
    }

It also would be nice to have format option to reformat code with standards like “Black” linter.

2 Likes

Thanks for noticing it, this is a bug.

It’s unlikely that we’ll support this in the near future but this suggestion is worth keeping in mind.