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 a543190 commit e70825aCopy full SHA for e70825a
1 file changed
pre_commit/languages/python.py
@@ -86,7 +86,7 @@ def get_default_version():
86
def healthy(repo_cmd_runner, language_version):
87
with in_env(repo_cmd_runner, language_version):
88
retcode, _, _ = cmd_output(
89
- 'python', '-c', 'import datetime, io, os, ssl, weakref',
+ 'python', '-c', 'import ctypes, datetime, io, os, ssl, weakref',
90
retcode=None,
91
)
92
return retcode == 0
0 commit comments