fix: add ability to provide a file with excludes

This commit is contained in:
Cesar Sanchez 2023-11-08 17:08:08 -05:00
parent 14169eb31d
commit 4d485507f3
No known key found for this signature in database
4 changed files with 35 additions and 2 deletions

View file

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