We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4adb4f1 commit 679d01dCopy full SHA for 679d01d
1 file changed
.pre-commit-config.yaml
@@ -56,7 +56,7 @@ repos:
56
- id: pretty-format-json
57
files: \.json$
58
exclude: ^(3rdparty/|build.*/|install/)
59
- args: [--autofix, --indent=2]
+ args: [--autofix, --indent=2, --no-ensure-ascii]
60
61
# Shell script linting with shellcheck (no docker dependency)
62
- repo: https://github.com/shellcheck-py/shellcheck-py
0 commit comments