mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-19 09:04:41 +04:00
Don't attempt to decode the healthy response
This commit is contained in:
parent
8df6b22f4f
commit
d74ee6d743
1 changed files with 1 additions and 0 deletions
|
|
@ -140,6 +140,7 @@ def py_interface(_dir, _make_venv):
|
||||||
'python', '-c',
|
'python', '-c',
|
||||||
'import ctypes, datetime, io, os, ssl, weakref',
|
'import ctypes, datetime, io, os, ssl, weakref',
|
||||||
retcode=None,
|
retcode=None,
|
||||||
|
encoding=None,
|
||||||
)
|
)
|
||||||
return retcode == 0
|
return retcode == 0
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue