Skip to content

Commit

Permalink
Merge pull request #2137 from pre-commit/upgrade-perl-tidy
Browse files Browse the repository at this point in the history
bump perltidy version
  • Loading branch information
asottile committed Nov 23, 2021
2 parents cb40e96 + b2a3541 commit b300116
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/repository_test.py
Expand Up @@ -1021,13 +1021,13 @@ def test_local_perl_additional_dependencies(store):
'name': 'hello',
'entry': 'perltidy --version',
'language': 'perl',
'additional_dependencies': ['SHANCOCK/Perl-Tidy-20200110.tar.gz'],
'additional_dependencies': ['SHANCOCK/Perl-Tidy-20211029.tar.gz'],
}],
}
hook = _get_hook(config, store, 'hello')
ret, out = _hook_run(hook, (), color=False)
assert ret == 0
assert _norm_out(out).startswith(b'This is perltidy, v20200110')
assert _norm_out(out).startswith(b'This is perltidy, v20211029')


@pytest.mark.parametrize(
Expand Down

0 comments on commit b300116

Please sign in to comment.