mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-16 02:21:46 +04:00
feat: allow the remote dotfiles to be fetched from a branch.
This commit is contained in:
parent
5660da7d32
commit
ae8f42e6ac
2 changed files with 3 additions and 1 deletions
|
|
@ -4,3 +4,4 @@ HOME_DIRECTORY = str(Path.home())
|
|||
CONFIG_FILE = '.pre-commit-config.yaml'
|
||||
DEFAULT_CONFIG_FILE = HOME_DIRECTORY + '/' + CONFIG_FILE
|
||||
GITHUB_DOTFILES_REPOSITORY = 'https://github.com/avlos/dotfiles/'
|
||||
GITHUB_DOTFILES_REPOSITORY_BRANCH = 'some_branch_to_get_from_command_flag_for_development'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue