mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Print message when installing repositories.
This commit is contained in:
parent
36ecf23c2e
commit
74363e6ec2
9 changed files with 78 additions and 29 deletions
|
|
@ -5,7 +5,10 @@ from pre_commit.languages import ruby
|
|||
from pre_commit.languages import script
|
||||
from pre_commit.languages import system
|
||||
|
||||
# A language implements the following two functions in its module:
|
||||
# A language implements the following constant and two functions in its module:
|
||||
#
|
||||
# # Use None for no environment
|
||||
# ENVIRONMENT_DIR = 'foo_env'
|
||||
#
|
||||
# def install_environment(repo_cmd_runner):
|
||||
# """Installs a repository in the given repository. Note that the current
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue