feat: add options for disabling venv in python

This commit is contained in:
alec.tu 2024-03-28 15:41:28 +08:00
parent 7b4667e9e6
commit 9cbd9f69ff
3 changed files with 45 additions and 24 deletions

View file

@ -33,6 +33,7 @@ class Hook(NamedTuple):
log_file: str
minimum_pre_commit_version: str
require_serial: bool
require_venv: bool
stages: Sequence[str]
verbose: bool