Skip to content

Commit

Permalink
Bump pygrep-hooks version.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Mar 2, 2021
1 parent 561c5e5 commit a72154b
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 @@ -173,7 +173,7 @@ def to_dict(self) -> MutableMapping[str, Union[str, List[Hook]]]:

pygrep_hooks = Repo(
repo=make_github_url("pre-commit", "pygrep-hooks"),
rev="v1.7.1",
rev="v1.8.0",
hooks=[
"python-no-eval",
"rst-backticks",
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 @@ -46,7 +46,7 @@ repos:
- id: flake2lint

- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.7.1
rev: v1.8.0
hooks:
- id: python-no-eval
- id: rst-backticks
Expand Down

0 comments on commit a72154b

Please sign in to comment.