From 4c55b5d21ad99603ac00fc17b9574efcae6b2bcd Mon Sep 17 00:00:00 2001 From: redphix <113045766+redphix@users.noreply.github.com> Date: Thu, 27 Oct 2022 19:08:24 +0530 Subject: [PATCH] Do not convert non-ascii to unicode escape sequences in pre-commit hook (#307) --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6c5c9058..7911e169 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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