Python Formatter Tool

前端 未结 6 2062
借酒劲吻你
借酒劲吻你 2021-01-31 03:36

I was wondering if there exists a sort of Python beautifier like the gnu-indent command line tool for C code. Of course indentation is not the point in Python since it is progra

6条回答
  •  南方客
    南方客 (楼主)
    2021-01-31 04:43

    black is another recent option.

    It provides deliberate and fast code formatting and is used by many projects such as pytest, SQLAlchemy and Pillow to name a few.

提交回复
热议问题