Skip to content

Comment on Linting 400kLOC of Python Code with Black

Comments

Using black has improved my level of concentration while writing Python.

No longer do I need to worry about a line getting a bit too long, or if I have the right number of blank lines between definitions, or did I format my dictionary initializations consistently. Instead, I let black take care of everything.

Black reduces the constant cognitive load of formatting while programming. Now I just program...

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.