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

This commit is contained in:
Noy
2021-09-17 16:07:20 -04:00
committed by GitHub
parent 39fcb516e4
commit 153c6d13bc
2 changed files with 8 additions and 0 deletions

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}}`