Skip to content

Commit 29f86db

Browse files
authored
document --no-ensure-ascii
1 parent febac42 commit 29f86db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ Add this to your `.pre-commit-config.yaml`
9191
the following commandline options:
9292
- `--autofix` - automatically format json files
9393
- `--indent ...` - Control the indentation (either a number for a number of spaces or a string of whitespace). Defaults to 4 spaces.
94+
- `--no-ensure-ascii` preserve unicode characters instead of converting to escape sequences
9495
- `--no-sort-keys` - when autofixing, retain the original key ordering (instead of sorting the keys)
9596
- `--top-keys comma,separated,keys` - Keys to keep at the top of mappings.
9697
- `requirements-txt-fixer` - Sorts entries in requirements.txt and removes incorrect entry for `pkg-resources==0.0.0`

0 commit comments

Comments
 (0)