|
|
|
|
|
by jkukul
1274 days ago
|
|
> I absolutely let Black change code and see the value in Black that it does that so the devs do not have to spend time on manually formatting code 100% this. I also let Black auto-format code in the CI and commit these formats. A lot of developers, intentionally or not, don't have commit hooks properly setup. If Black doesn't change the code in CI they need to spend another cycle manually fixing the issues that Black could have just fixed for them. You're saying that there's a risk that Black could break your code when formatting? Well, so could developers and I'd trust a machine to be less error-prone. |
|
There is nothing more frustrating than coming back from a coffee break only to find out that you have to rerun your CI check because of a trivial formatting issue.