mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
make a change to trigger the language tests
This commit is contained in:
parent
9655158d93
commit
08fa5ffc43
1 changed files with 1 additions and 6 deletions
|
|
@ -43,12 +43,7 @@ class Language(Protocol):
|
|||
...
|
||||
|
||||
# modify the environment for hook execution
|
||||
def in_env(
|
||||
self,
|
||||
prefix: Prefix,
|
||||
version: str,
|
||||
) -> ContextManager[None]:
|
||||
...
|
||||
def in_env(self, prefix: Prefix, version: str) -> ContextManager[None]: ...
|
||||
|
||||
# execute a hook and return the exit code and output
|
||||
def run_hook(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue