Not sure whether to consider this a bug or whether to list it as a known limitation ```python plt.plot(); # some comment ``` `nbqa black` would transform this as ``` plt.plot() # some comment ``` @girip11 thoughts?