Some slight fixups

This commit is contained in:
Anthony Sottile 2015-11-19 12:46:02 -08:00
parent 3726f07a3f
commit fb0d67bd87
7 changed files with 35 additions and 19 deletions

View file

@ -12,7 +12,11 @@ from pre_commit.languages import system
# # Use None for no environment
# ENVIRONMENT_DIR = 'foo_env'
#
# def install_environment(repo_cmd_runner, version='default'):
# def install_environment(
# repo_cmd_runner,
# version='default',
# additional_dependencies=None,
# ):
# """Installs a repository in the given repository. Note that the current
# working directory will already be inside the repository.
#