retspen / webvirtcloud

WebVirtCloud is virtualization web interface for admins and users
1.63k stars 362 forks source link

Format code with black? #551

Open t-tran opened 1 year ago

t-tran commented 1 year ago

Even django is now using black to format their code base. Should we do that too please?

catborise commented 1 year ago

partially i used black formatter. but we should.

t-tran commented 1 year ago

Hi @catborise, I see a lot of code has been formatted in https://github.com/retspen/webvirtcloud/pull/552 May I know which profile/config of black was used so I can add a linter/formatter in github actions?

catborise commented 1 year ago

I do not know very well black formatter. I used default black config. We are using super linter for github actions. It checks all type of codes…