mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-16 02:21:46 +04:00
parent
2d4de2ef35
commit
12339fd1d6
1 changed files with 2 additions and 1 deletions
|
|
@ -66,7 +66,8 @@ def _hook_installed(hook: Hook) -> bool:
|
||||||
|
|
||||||
|
|
||||||
def _hook_install(hook: Hook) -> None:
|
def _hook_install(hook: Hook) -> None:
|
||||||
logger.info(f'Installing environment for {hook.src}.')
|
# Do not put dot after repository url
|
||||||
|
logger.info(f'Installing environment for {hook.src}')
|
||||||
logger.info('Once installed this environment will be reused.')
|
logger.info('Once installed this environment will be reused.')
|
||||||
logger.info('This may take a few minutes...')
|
logger.info('This may take a few minutes...')
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue