Skip to content

Commit

Permalink
Bump dep-checker pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Apr 16, 2021
1 parent 041badd commit d5e93de
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 @@ -273,7 +273,7 @@ def make_pre_commit(repo_path: pathlib.Path, templates: jinja2.Environment) -> L

dep_checker = Repo(
repo=make_github_url("domdfcoding", "dep_checker"),
rev="v0.6.1",
rev="v0.6.2",
hooks=[{"id": "dep_checker", "args": dep_checker_args}]
)

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 @@ -74,7 +74,7 @@ repos:
exclude: ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$

- repo: https://github.com/domdfcoding/dep_checker
rev: v0.6.1
rev: v0.6.2
hooks:
- id: dep_checker
args:
Expand Down

0 comments on commit d5e93de

Please sign in to comment.