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

@ -20,6 +20,7 @@ class Hook(NamedTuple):
language: str
alias: str
files: str
files_contain: str
exclude: str
types: Sequence[str]
types_or: Sequence[str]