DEV Community

Discussion on: How To Write Clean Code in Python

Collapse
 
daephx profile image
daephx

Iirc black's philosophy shies away from heavy configuration when compared to other formatters.

However they do provide a cli argument black --line-length 80 myfile.py