Do not convert non-ascii to unicode escape sequences in pre-commit hook (#307)

This commit is contained in:
redphix 2022-10-27 19:08:24 +05:30 committed by GitHub
parent b4205761fe
commit 4c55b5d21a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@ repos:
args:
- '--autofix'
- '--no-sort-keys'
- '--no-ensure-ascii'
- id: check-builtin-literals
- id: check-docstring-first
- id: check-merge-conflict