Preview: constants.py
Size: 282 B
//proc/thread-self/root/proc/self/root/opt/hc_python/lib/python3.12/site-packages/pre_commit/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'
Directory Contents
Dirs: 5 × Files: 25