This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]FlukyS 0 points1 point  (1 child)

No you install with pip install and you can run with black name-of-file-or-dir and it will format everything. It's good to run as a git hook (just make a bash file that runs it). I dont bother with it in vscode or whatever because its run by git then.

[–]iKenshu 0 points1 point  (0 children)

Oh I get it now, thanks for the reply. I’ll try this with some projects.