mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-15 10:01:46 +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
|
# modify the environment for hook execution
|
||||||
def in_env(
|
def in_env(self, prefix: Prefix, version: str) -> ContextManager[None]: ...
|
||||||
self,
|
|
||||||
prefix: Prefix,
|
|
||||||
version: str,
|
|
||||||
) -> ContextManager[None]:
|
|
||||||
...
|
|
||||||
|
|
||||||
# execute a hook and return the exit code and output
|
# execute a hook and return the exit code and output
|
||||||
def run_hook(
|
def run_hook(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue