automatic code formatting
to keep the looks of the code consistent (to improve readability), should we use automatic code formatting, e.g. black?
I occasionally write code in go where automatic formatting is part of the standard library. I found this to be very helpful (and extremely convenient) - so I started using black
in Python as well.