mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-26 00:59:11 -05:00
Add pre-commit try-repo
`try-repo` is useful for: - Trying out a remote hook repository without needing to configure it. - Testing a hook repository while developing it.
This commit is contained in:
@@ -146,7 +146,7 @@ class Repository(object):
|
||||
|
||||
@cached_property
|
||||
def manifest(self):
|
||||
return Manifest(self._repo_path, self.repo_config['repo'])
|
||||
return Manifest(self._repo_path)
|
||||
|
||||
@cached_property
|
||||
def hooks(self):
|
||||
|
||||
Reference in New Issue
Block a user