mirror of https://github.com/CrimsonTome/tldr.git
black: add --skip-string-normalization example (#6517)
parent
39fcb516e4
commit
153c6d13bc
|
@ -22,3 +22,7 @@
|
|||
- 파일 또는 디렉토리가 stderr에 배타적 오류 메시지를 발생시키는 자동 포맷:
|
||||
|
||||
`black --quiet {{파일_또는_디렉토리/의/경로}}`
|
||||
|
||||
- 작은 따옴표를 큰 따옴표로 바꾸지 않고 파일 또는 디렉토리 자동 서식 지정(채택 도우미, 새 프로젝트에 사용하지 마세요):
|
||||
|
||||
`black --skip-string-normalization {{파일_또는_디렉토리/의/경로}}`
|
||||
|
|
|
@ -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}}`
|
||||
|
|
Loading…
Reference in New Issue