black

Python 자동 코드 formatter. 더 많은 정보: https://black.readthedocs.io/en/stable/usage_and_configuration/the_basics.html.

black {{파일_또는_디렉토리/의/경로}}

black -c "{{파일_또는_디렉토리/의/경로}}"

black --check {{파일_또는_디렉토리/의/경로}}

black --diff {{파일_또는_디렉토리/의/경로}}

black --quiet {{파일_또는_디렉토리/의/경로}}

black --skip-string-normalization {{파일_또는_디렉토리/의/경로}}