mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-17 16:23:13 +00:00
Do not convert non-ascii to unicode escape sequences in pre-commit hook (#307)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user