Attempt to add a mechanism for tagging hooks

This commit is contained in:
Josh Abrams 2022-11-12 02:06:55 -05:00
parent 1f59f4cba8
commit 189490a938
8 changed files with 67 additions and 8 deletions

View file

@ -35,6 +35,7 @@ class Hook(NamedTuple):
minimum_pre_commit_version: str
require_serial: bool
stages: Sequence[str]
tags: Sequence[str]
verbose: bool
@property