We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents febac42 + 29f86db commit 00e8510Copy full SHA for 00e8510
README.md
@@ -91,6 +91,7 @@ Add this to your `.pre-commit-config.yaml`
91
the following commandline options:
92
- `--autofix` - automatically format json files
93
- `--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
95
- `--no-sort-keys` - when autofixing, retain the original key ordering (instead of sorting the keys)
96
- `--top-keys comma,separated,keys` - Keys to keep at the top of mappings.
97
- `requirements-txt-fixer` - Sorts entries in requirements.txt and removes incorrect entry for `pkg-resources==0.0.0`
0 commit comments