diff --git a/repo_helper/files/pre_commit.py b/repo_helper/files/pre_commit.py index cb5ff6ab..0c4b92b0 100644 --- a/repo_helper/files/pre_commit.py +++ b/repo_helper/files/pre_commit.py @@ -193,7 +193,7 @@ def to_dict(self) -> MutableMapping[str, Union[str, List[Hook]]]: lucas_c_hooks = Repo( repo=make_github_url("Lucas-C", "pre-commit-hooks"), - rev="v1.5.4", + rev="v1.5.1", hooks=["remove-crlf", "forbid-crlf"], ) diff --git a/tests/test_files/test_testing_/test_make_pre_commit.yaml b/tests/test_files/test_testing_/test_make_pre_commit.yaml index 86d4989e..8f208541 100644 --- a/tests/test_files/test_testing_/test_make_pre_commit.yaml +++ b/tests/test_files/test_testing_/test_make_pre_commit.yaml @@ -70,7 +70,7 @@ repos: - --keep-runtime-typing - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.5.4 + rev: v1.5.1 hooks: - id: remove-crlf - id: forbid-crlf