mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Remove defaults from pre-commit config schema. Resolves #227
This commit is contained in:
parent
9515ca0637
commit
039a7a5878
5 changed files with 36 additions and 4 deletions
|
|
@ -22,6 +22,7 @@ def test_manifest_contents(manifest):
|
|||
'args': [],
|
||||
'description': '',
|
||||
'entry': 'bin/hook.sh',
|
||||
'exclude': '^$',
|
||||
'expected_return_value': 0,
|
||||
'files': '',
|
||||
'id': 'bash_hook',
|
||||
|
|
@ -36,6 +37,7 @@ def test_hooks(manifest):
|
|||
'args': [],
|
||||
'description': '',
|
||||
'entry': 'bin/hook.sh',
|
||||
'exclude': '^$',
|
||||
'expected_return_value': 0,
|
||||
'files': '',
|
||||
'id': 'bash_hook',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue