Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 152 Bytes

PythonStyleGuide.md

File metadata and controls

8 lines (6 loc) · 152 Bytes

Python Style Guide

Use black with line lengths of 120.

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