kuixu / kitti_object_vis

KITTI Object Visualization (Birdview, Volumetric LiDar point cloud )
MIT License
1.06k stars 231 forks source link

Apply black #14

Closed fukatani closed 5 years ago

fukatani commented 5 years ago

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.