Python 자동 코드 formatter. 더 많은 정보: https://black.readthedocs.io/en/stable/usage_and_configuration/the_basics.html.
black {{파일_또는_디렉토리/의/경로}}
black -c "{{파일_또는_디렉토리/의/경로}}"
black --check {{파일_또는_디렉토리/의/경로}}
black --diff {{파일_또는_디렉토리/의/경로}}
stderr
에 배타적 오류 메시지를 발생시키는 자동 포맷:black --quiet {{파일_또는_디렉토리/의/경로}}
black --skip-string-normalization {{파일_또는_디렉토리/의/경로}}