mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-19 09:04:41 +04:00
feat: add homli commands.
This commit is contained in:
parent
9c9983dba0
commit
03ef7f3f8d
3 changed files with 110 additions and 0 deletions
6
pre_commit/homli/constants.py
Normal file
6
pre_commit/homli/constants.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
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/'
|
||||
Loading…
Add table
Add a link
Reference in a new issue