mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Add missing comma
This commit is contained in:
parent
85fe18253f
commit
9b8c7fa84d
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ def _hook_installed(hook: Hook) -> bool:
|
|||
|
||||
def _hook_install(hook: Hook) -> None:
|
||||
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...')
|
||||
|
||||
if hook.language == 'python_venv':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue