First pass at adding a hook selector for files that contain a given string

This commit is contained in:
Chris Read 2021-10-11 15:58:26 -05:00
parent 6872289f1a
commit 82e1768656
6 changed files with 38 additions and 0 deletions

View file

@ -986,6 +986,7 @@ def test_manifest_hooks(tempdir_factory, store):
exclude='^$',
exclude_types=[],
files='',
files_contain='',
id='bash_hook',
language='script',
language_version='default',