mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Pass language_version to the install method for each language.
This commit is contained in:
parent
4f2f1731ea
commit
a7ab9b2a28
7 changed files with 12 additions and 9 deletions
|
|
@ -113,7 +113,7 @@ def test_sha(mock_repo_config):
|
|||
@pytest.mark.integration
|
||||
def test_languages(config_for_python_hooks_repo, store):
|
||||
repo = Repository.create(config_for_python_hooks_repo, store)
|
||||
assert repo.languages == set(['python'])
|
||||
assert repo.languages == set([('python', 'default')])
|
||||
|
||||
|
||||
def test_reinstall(config_for_python_hooks_repo, store):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue