mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-29 04:18:33 -06:00
Reformatted method signatures, fixed typos
This commit is contained in:
@@ -8,7 +8,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 system type is a noop."""
|
||||
raise AssertionError('Cannot install system repo.')
|
||||
|
||||
Reference in New Issue
Block a user