mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 16:24:40 +04:00
feat: add options for disabling venv in python
This commit is contained in:
parent
7b4667e9e6
commit
9cbd9f69ff
3 changed files with 45 additions and 24 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue