Skip to content

Commit d74ee6d

Browse files
committed
Don't attempt to decode the healthy response
1 parent 8df6b22 commit d74ee6d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pre_commit/languages/python.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ def healthy(prefix, language_version):
140140
'python', '-c',
141141
'import ctypes, datetime, io, os, ssl, weakref',
142142
retcode=None,
143+
encoding=None,
143144
)
144145
return retcode == 0
145146

0 commit comments

Comments
 (0)