mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
Remove Manifest, no longer a useful abstraction
This commit is contained in:
parent
71822279ee
commit
84b1ba520d
6 changed files with 38 additions and 90 deletions
|
|
@ -57,7 +57,7 @@ def _update_repo(repo_config, runner, tags_only):
|
|||
|
||||
# See if any of our hooks were deleted with the new commits
|
||||
hooks = {hook['id'] for hook in repo.repo_config['hooks']}
|
||||
hooks_missing = hooks - (hooks & set(new_repo.manifest.hooks))
|
||||
hooks_missing = hooks - (hooks & set(new_repo.manifest_hooks))
|
||||
if hooks_missing:
|
||||
raise RepositoryCannotBeUpdatedError(
|
||||
'Cannot update because the tip of master is missing these hooks:\n'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue