(no title)
pigsinzen | 3 years ago
It would be a stretch to say they demonstrated that it’s better to enforce a standard.
Black, itself, changed rules many times within a 1-year period to the point our own CI would fail on existing code that previously passed.
__turbobrew__|3 years ago
You problem isn’t that black changed formatting rules, your problem is that you didn’t pin CI dependencies. This isn’t a unique problem to black, any other tool used in CI pipelines can cause things to break if you don’t pin them.
danuker|3 years ago