(no title)
pushfoo | 1 year ago
For aligned column readability and other scenarios, # fmt: off and # fmt: on become crucial. The problem is that like # type: ignore, those start spreading if you're not careful.
pushfoo | 1 year ago
For aligned column readability and other scenarios, # fmt: off and # fmt: on become crucial. The problem is that like # type: ignore, those start spreading if you're not careful.
sgarland|1 year ago
Other than that, I actually quite like its formatting choices.
pushfoo|1 year ago
[1]: Example from https://github.com/pythonarcade/arcade/blob/808e1dafcf1da30f...
[2]: https://github.com/psf/black/issues/4389
kragen|1 year ago