Conflict in blank lines after module docstring and before function #4027
Labels
C: preview style
Issues with the preview and unstable style. Add the name of the responsible feature in the title.
T: bug
Something isn't working
Using macOS:
Take this code:
And run this:
Note current default behavior is to put two blank lines between the module docstring and following function. This is as expected, quoting https://black.readthedocs.io/en/stable/the_black_code_style/current_style.html
Now in preview mode:
This now only has one line between the module docstring and following function. This seems like an unintended consequence of #1872.
The text was updated successfully, but these errors were encountered: