Merge pull request #1022 from pre-commit/1021

Don't attempt to decode the healthy response
This commit is contained in:
Anthony Sottile
2019-05-07 16:23:14 -07:00
committed by GitHub

View File

@@ -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