mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 23:45:56 +03:00
[GH-ISSUE #551] Format code with black? #328
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#328
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @t-tran on GitHub (Oct 29, 2022).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/551
Even django is now using
blackto format their code base. Should we do that too please?@catborise commented on GitHub (Nov 1, 2022):
partially i used black formatter. but we should.
@t-tran commented on GitHub (Nov 13, 2022):
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
blackwas used so I can add a linter/formatter in github actions?@catborise commented on GitHub (Nov 13, 2022):
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…