MCPcopy Index your code
hub / github.com/pre-commit/pre-commit / make_consuming_repo

Function make_consuming_repo

testing/fixtures.py:144–148  ·  view source on GitHub ↗
(tempdir_factory, repo_source)

Source from the content-addressed store, hash-verified

142
143
144def make_consuming_repo(tempdir_factory, repo_source):
145 path = make_repo(tempdir_factory, repo_source)
146 config = make_config_from_repo(path)
147 git_path = git_dir(tempdir_factory)
148 return add_config_to_repo(git_path, config)

Calls 4

make_repoFunction · 0.85
make_config_from_repoFunction · 0.85
git_dirFunction · 0.85
add_config_to_repoFunction · 0.85