Skip to content

Commit

Permalink
updated method name
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Bowden committed Jun 21, 2024
1 parent 9e6ccb4 commit 48242e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion secureli/modules/shared/abstractions/pre_commit.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def check_for_hook_updates(
old_rev_info = HookRepoRevInfo.from_config(repo_config_dict)

# if the repo isn't a valid uri, don't try to download updates for it
if not self.is_valid_uri(old_rev_info.repo):
if not self._is_valid_uri(old_rev_info.repo):
continue
# if the revision currently specified in .pre-commit-config.yaml looks like a full git SHA
# (40-character hex string), then set freeze to True
Expand Down

0 comments on commit 48242e4

Please sign in to comment.