We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8df6b22 commit d74ee6dCopy full SHA for d74ee6d
1 file changed
pre_commit/languages/python.py
@@ -140,6 +140,7 @@ def healthy(prefix, language_version):
140
'python', '-c',
141
'import ctypes, datetime, io, os, ssl, weakref',
142
retcode=None,
143
+ encoding=None,
144
)
145
return retcode == 0
146
0 commit comments