Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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