Skip to content

Commit

Permalink
Do not convert non-ascii to unicode escape sequences in pre-commit ho…
Browse files Browse the repository at this point in the history
…ok (#307)
  • Loading branch information
redphix authored Oct 27, 2022
1 parent b420576 commit 4c55b5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c55b5d

Please sign in to comment.