// SYSTEM PANEL //
[ROOT]
/
opt
/
hc_python
/
lib
/
python3.12
/
site-packages
/
pre_commit
[ PARENT ]
EDIT :: constants.py
from __future__ import annotations import importlib.metadata CONFIG_FILE = '.pre-commit-config.yaml' MANIFEST_FILE = '.pre-commit-hooks.yaml' # Bump when modifying `empty_template` LOCAL_REPO_VERSION = '1' VERSION = importlib.metadata.version('pre_commit') DEFAULT = 'default'
SAVE
CANCEL