mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
Some slight fixups
This commit is contained in:
parent
3726f07a3f
commit
fb0d67bd87
7 changed files with 35 additions and 19 deletions
|
|
@ -6,9 +6,11 @@ from pre_commit.languages.helpers import file_args_to_stdin
|
|||
ENVIRONMENT_DIR = None
|
||||
|
||||
|
||||
def install_environment(repo_cmd_runner,
|
||||
version='default',
|
||||
additional_dependencies=None):
|
||||
def install_environment(
|
||||
repo_cmd_runner,
|
||||
version='default',
|
||||
additional_dependencies=None,
|
||||
):
|
||||
"""Installation for script type is a noop."""
|
||||
raise AssertionError('Cannot install script repo.')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue