1
0
Fork 0
pre-commit/pre_commit/constants.py
Daniel Baumann bdf4a19272
Merging upstream version 3.2.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-09 21:40:02 +01:00

13 lines
282 B
Python

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'