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

Function sample_local_config

testing/fixtures.py:83–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81
82
83def sample_local_config():
84 return {
85 'repo': 'local',
86 'hooks': [{
87 'id': 'do_not_commit',
88 'name': 'Block if "DO NOT COMMIT" is found',
89 'entry': 'DO NOT COMMIT',
90 'language': 'pygrep',
91 }],
92 }
93
94
95def sample_meta_config():

Calls

no outgoing calls