pre-commit/pre_commit/homli/constants.py
2023-12-11 18:38:17 +02:00

6 lines
226 B
Python

from pathlib import Path
HOME_DIRECTORY = str(Path.home())
CONFIG_FILE = '.pre-commit-config.yaml'
DEFAULT_CONFIG_FILE = HOME_DIRECTORY + '/' + CONFIG_FILE
GITHUB_DOTFILES_REPOSITORY = 'https://github.com/thehomli/dotfiles/'