Skip to content

Commit

Permalink
Downgrade Lucas-C/pre-commit-hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Jan 31, 2024
1 parent ac9176c commit 923cc92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion repo_helper/files/pre_commit.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
)

Expand Down
2 changes: 1 addition & 1 deletion tests/test_files/test_testing_/test_make_pre_commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 923cc92

Please sign in to comment.