mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-31 10:31:35 +00:00
Do not convert non-ascii to unicode escape sequences in pre-commit hook (#307)
This commit is contained in:
parent
b4205761fe
commit
4c55b5d21a
@ -15,6 +15,7 @@ repos:
|
|||||||
args:
|
args:
|
||||||
- '--autofix'
|
- '--autofix'
|
||||||
- '--no-sort-keys'
|
- '--no-sort-keys'
|
||||||
|
- '--no-ensure-ascii'
|
||||||
- id: check-builtin-literals
|
- id: check-builtin-literals
|
||||||
- id: check-docstring-first
|
- id: check-docstring-first
|
||||||
- id: check-merge-conflict
|
- id: check-merge-conflict
|
||||||
|
Loading…
Reference in New Issue
Block a user