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