mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-14 04:50:20 -06:00
Merge pull request #1022 from pre-commit/1021
Don't attempt to decode the healthy response
This commit is contained in:
@@ -140,6 +140,7 @@ def py_interface(_dir, _make_venv):
|
||||
'python', '-c',
|
||||
'import ctypes, datetime, io, os, ssl, weakref',
|
||||
retcode=None,
|
||||
encoding=None,
|
||||
)
|
||||
return retcode == 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user