mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-13 20:40:08 -06:00
Reformatted method signatures, fixed typos
This commit is contained in:
@@ -6,7 +6,8 @@ from pre_commit.languages.helpers import file_args_to_stdin
|
||||
ENVIRONMENT_DIR = None
|
||||
|
||||
|
||||
def install_environment(repo_cmd_runner, version='default',
|
||||
def install_environment(repo_cmd_runner,
|
||||
version='default',
|
||||
additional_dependencies=None):
|
||||
"""Installation for script type is a noop."""
|
||||
raise AssertionError('Cannot install script repo.')
|
||||
|
||||
Reference in New Issue
Block a user