mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-15 05:20:20 -06:00
Pass language_version to the install method for each language.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
ENVIRONMENT_DIR = None
|
||||
|
||||
|
||||
def install_environment(repo_cmd_runner):
|
||||
def install_environment(repo_cmd_runner, version='default'):
|
||||
"""Installation for script type is a noop."""
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user