mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-13 11:49:24 -06:00
Introduce .pre-commit-hooks.yaml as a replacement for hooks.yaml
This commit is contained in:
@@ -104,7 +104,7 @@ class Repository(object):
|
||||
|
||||
@cached_property
|
||||
def manifest(self):
|
||||
return Manifest(self.repo_path_getter)
|
||||
return Manifest(self.repo_path_getter, self.repo_url)
|
||||
|
||||
@cached_property
|
||||
def cmd_runner(self):
|
||||
|
||||
Reference in New Issue
Block a user