mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-18 16:44:42 +04:00
Fixup log_file commit
This commit is contained in:
parent
71e500a177
commit
840a55bbc3
5 changed files with 17 additions and 18 deletions
|
|
@ -29,6 +29,7 @@ def test_manifest_contents(manifest):
|
|||
'id': 'bash_hook',
|
||||
'language': 'script',
|
||||
'language_version': 'default',
|
||||
'log_file': '',
|
||||
'minimum_pre_commit_version': '0',
|
||||
'name': 'Bash hook',
|
||||
'stages': [],
|
||||
|
|
@ -47,6 +48,7 @@ def test_hooks(manifest):
|
|||
'id': 'bash_hook',
|
||||
'language': 'script',
|
||||
'language_version': 'default',
|
||||
'log_file': '',
|
||||
'minimum_pre_commit_version': '0',
|
||||
'name': 'Bash hook',
|
||||
'stages': [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue