Aug 3, 2023
You are missing one key thing: ruff is basically not much use without using black, because it doesn't try to find errors that black will reformat away: it's designed to be complementary.
I personally like black, and use it on many of my projects, but it might be a bridge too far for some teams.