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.
2 parents 8df6b22 + d74ee6d commit c298021Copy full SHA for c298021
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