Skip to content

Commit b300116

Browse files
authored
Merge pull request #2137 from pre-commit/upgrade-perl-tidy
bump perltidy version
2 parents cb40e96 + b2a3541 commit b300116

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/repository_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,13 +1021,13 @@ def test_local_perl_additional_dependencies(store):
10211021
'name': 'hello',
10221022
'entry': 'perltidy --version',
10231023
'language': 'perl',
1024-
'additional_dependencies': ['SHANCOCK/Perl-Tidy-20200110.tar.gz'],
1024+
'additional_dependencies': ['SHANCOCK/Perl-Tidy-20211029.tar.gz'],
10251025
}],
10261026
}
10271027
hook = _get_hook(config, store, 'hello')
10281028
ret, out = _hook_run(hook, (), color=False)
10291029
assert ret == 0
1030-
assert _norm_out(out).startswith(b'This is perltidy, v20200110')
1030+
assert _norm_out(out).startswith(b'This is perltidy, v20211029')
10311031

10321032

10331033
@pytest.mark.parametrize(

0 commit comments

Comments
 (0)