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

Function sample_meta_config

testing/fixtures.py:95–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93
94
95def sample_meta_config():
96 return {'repo': 'meta', 'hooks': [{'id': 'check-useless-excludes'}]}
97
98
99def make_config_from_repo(repo_path, rev=None, hooks=None, check=True):

Callers 2

test_meta_hook_passesFunction · 0.90

Calls

no outgoing calls

Tested by 2

test_meta_hook_passesFunction · 0.72