mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-15 18:11:48 +04:00
Remove . from Installing environment for log
This commit is contained in:
parent
6740a1795c
commit
41cd3b906b
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ def _hook_installed(hook: Hook) -> bool:
|
|||
|
||||
|
||||
def _hook_install(hook: Hook) -> None:
|
||||
logger.info(f'Installing environment for {hook.src}.')
|
||||
logger.info(f'Installing environment for {hook.src}')
|
||||
logger.info('Once installed this environment will be reused.')
|
||||
logger.info('This may take a few minutes...')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue