mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-05-02 21:39:16 -05:00
Reformatted method signatures, fixed typos
This commit is contained in:
@@ -9,7 +9,8 @@ from pre_commit.util import shell_escape
|
||||
ENVIRONMENT_DIR = None
|
||||
|
||||
|
||||
def install_environment(repo_cmd_runner, version='default',
|
||||
def install_environment(repo_cmd_runner,
|
||||
version='default',
|
||||
additional_dependencies=None):
|
||||
"""Installation for pcre type is a noop."""
|
||||
raise AssertionError('Cannot install pcre repo.')
|
||||
|
||||
Reference in New Issue
Block a user