Current Path : /opt/hc_python/lib64/python3.8/site-packages/pre_commit/languages/ |
Current File : //opt/hc_python/lib64/python3.8/site-packages/pre_commit/languages/system.py |
from __future__ import annotations from pre_commit import lang_base ENVIRONMENT_DIR = None get_default_version = lang_base.basic_get_default_version health_check = lang_base.basic_health_check install_environment = lang_base.no_install in_env = lang_base.no_env run_hook = lang_base.basic_run_hook