mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-18 00:24:47 +04:00
fix: add ability to provide a file with excludes
This commit is contained in:
parent
14169eb31d
commit
4d485507f3
4 changed files with 35 additions and 2 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue