Introduce .pre-commit-hooks.yaml as a replacement for hooks.yaml

This commit is contained in:
Anthony Sottile
2017-01-21 13:07:37 -08:00
parent b90a598fac
commit b9e5184ebd
32 changed files with 107 additions and 21 deletions

View File

@@ -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):