GitHub – google/yapf: A formatter for Python files
YAPF (Yet Another Python Formatter) is a Python code formatter developed by Google. It’s designed to automatically format Python code to conform to a specified style guide. The primary goal of YAPF is to produce code that looks as if a human wrote it while strictly adhering to the style […]