Created by: barrierye
pre-commit使用的virtualenv在5月3日更新了新版本,新版本的virtualenv使用了sysconfig.get_makefile_filename
,而Python2.7.5(CentOS7默认Python2版本)不支持sysconfig.get_makefile_filename
,只支持sysconfig._get_makefile_filename
,详见https://bugs.python.org/issue22199