> Yes. It's pretty much the only formatting style point that we don't have automated.
Alright, fair enough!
> Black doesn't always reformat it, so we might get linter errors from Black formatted code.
Well, as long as it doesn't add new linter errors, that should be fine, do you disagree?
There are always going to be suboptimal formattings and missing transformations but as long as the situation gets better automatically on average and can be further improved with minimal manual input, you should be fine.
Yes. It's pretty much the only formatting style point that we don't have automated.
> As for number of lines after imports, how is a lack of enforcement there stopping you from using the tool?
Our current automated linting enforces it, but Black doesn't always reformat it, so we might get linter errors from Black formatted code.