black: add --skip-string-normalization example (#6517)

beep
Noy 2021-09-17 16:07:20 -04:00 committed by GitHub
parent 39fcb516e4
commit 153c6d13bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -22,3 +22,7 @@
- 파일 또는 디렉토리가 stderr에 배타적 오류 메시지를 발생시키는 자동 포맷:
`black --quiet {{파일_또는_디렉토리/의/경로}}`
- 작은 따옴표를 큰 따옴표로 바꾸지 않고 파일 또는 디렉토리 자동 서식 지정(채택 도우미, 새 프로젝트에 사용하지 마세요):
`black --skip-string-normalization {{파일_또는_디렉토리/의/경로}}`

View File

@ -22,3 +22,7 @@
- Auto-format a file or directory emitting exclusively error messages to stderr:
`black --quiet {{path/to/file_or_directory}}`
- Auto-format a file or directory without replacing single quotes with double quotes (adoption helper, avoid using this for new projects):
`black --skip-string-normalization {{path/to/file_or_directory}}`