Python Style Guide

February 29, 2024 ยท View on GitHub

Use black with line lengths of 120.

$ pip install black
$ black -l 120 <path_to_source_code>