()
| 81 | |
| 82 | |
| 83 | def 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 | |
| 95 | def sample_meta_config(): |
no outgoing calls