Since unified coding style is comfortable for us code reader, how about using code formatter?
One of the strong candidates is black.
black is maintained by Python Software Foundation, and it is becoming de facto standard of python formatter.
I know this PR is large, but you don't have to confirm bahavior change because these diff is genarated by formatter.
You only have to judge this conding style is comfortable for you or not.
You can reproduce this result by black . after installing black.
Since unified coding style is comfortable for us code reader, how about using code formatter?
One of the strong candidates is black. black is maintained by Python Software Foundation, and it is becoming de facto standard of python formatter.
I know this PR is large, but you don't have to confirm bahavior change because these diff is genarated by formatter. You only have to judge this conding style is comfortable for you or not. You can reproduce this result by
black .
after installing black.