Closed
Description
As the number of regular contributors increase, code styling starts to becoming an issue.
Hence we've been wondering if we should introduce Black, The Uncompromising Code Formatter.
Dusty Phillips properly summed up why I'd like us to introduce Black by saying:
Black is opinionated so you don't have to be.
I think this is why we should love and hate it at the same time.
The main drawback I see from using it is it would completely mess up the git blame. This is not a big issue, but I often git blame to understand undocumented features, understand context or track how bugs get introduced.