We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
yapf 0.11.0 with CPython 3.5.2 chokes on:
foo = {'a': 1} bar = {'b': 2} baz = {**foo, **bar}