top | item 32668592

(no title)

LittlePeter | 3 years ago

> We still don't have format selection

And you never will. From https://github.com/psf/black:

Black is the uncompromising Python code formatter. By using it, you agree to cede control over minutiae of hand-formatting. In return, Black gives you speed, determinism, and freedom from pycodestyle nagging about formatting. You will save time and mental energy for more important matters.

discuss

order

sph|3 years ago

Unless your back-and-forth flew over my head, GP is referring to being able to format a range of lines in a file (i.e. a selection), they're not talking about selecting a formatting style.

LittlePeter|3 years ago

You are right, I probably misunderstood. But now I am curious, what is the use case for formatting just a range of lines and not the entire file?