Hi, I'm experience strange behavior when I use dicts and triple-quotes strings, for example:
a["b"] = f"""Some really long
long string."""
ends up like this:
a[
"b"
] = f"""Some really long
long string."""
Is it expected behavior or? If yes, how can one disable it?
Operating system: Linux Ubuntu 18.04
Python version: 3.6
Black version: 18.9b0
Does also happen on master: yes
Hi, I'm experience strange behavior when I use dicts and triple-quotes strings, for example:
ends up like this:
Is it expected behavior or? If yes, how can one disable it?
Operating system: Linux Ubuntu 18.04
Python version: 3.6
Black version: 18.9b0
Does also happen on master: yes