How to prevent ruff formatter from adding a newline after module-level docstring?
I’m using ruff
as a replacement to black
formatter but I wanna keep the diff at minimum. I’m noticing that it automatically inserts a newline between the module-level docstring and the first import statement.
How to prevent ruff formatter from adding a newline after module-level docstring?
I’m using ruff
as a replacement to black
formatter but I wanna keep the diff at minimum. I’m noticing that it automatically inserts a newline between the module-level docstring and the first import statement.